2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-17 08:07:02 +00:00

Migrate to DolphinCGraphics impl & cleanup old code

aurora now uses the original model buffers, but
byteswapped. Migrates over to the updated impl.
This commit is contained in:
2025-04-14 17:26:25 -06:00
parent bae47ea4c4
commit 5c21e48920
229 changed files with 3029 additions and 23239 deletions

View File

@@ -52,7 +52,7 @@ void CIceAttackProjectile::AcceptScriptMsg(EScriptObjectMessage msg, TUniqueId o
}
void CIceAttackProjectile::AddToRenderer(const zeus::CFrustum& frustum, CStateManager& mgr) {
mgr.AddDrawableActor(*this, -1000.f * CGraphics::g_ViewMatrix.frontVector(), x9c_renderBounds);
mgr.AddDrawableActor(*this, -1000.f * CGraphics::mViewMatrix.frontVector(), x9c_renderBounds);
}
void CIceAttackProjectile::Render(CStateManager& mgr) {}