mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 15:44:56 +00:00
Follow 30-degree rule when exiting morph ball
This commit is contained in:
@@ -1517,7 +1517,7 @@ void CBallCamera::UpdateTransitionFromBallCamera(CStateManager& mgr)
|
||||
deltaFlat.z = 0.f;
|
||||
if (deltaFlat.magnitude() > 0.001f)
|
||||
{
|
||||
SetTransform(zeus::lookAt(splinePoint, eyePos));
|
||||
SetTransform(zeus::lookAt(splinePoint, zeus::CVector3f::lerp(x1d8_lookPos, eyePos, morphFactor)));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
@@ -2006,7 +2006,7 @@ CFrontEndUI::CFrontEndUI()
|
||||
|
||||
m->ResetGameState();
|
||||
g_GameState->SetCurrentWorldId(g_ResFactory->TranslateOriginalToNew(g_DefaultWorldTag.id));
|
||||
g_GameState->CurrentWorldState().SetAreaId(7);
|
||||
g_GameState->CurrentWorldState().SetAreaId(0);
|
||||
g_GameState->GameOptions().ResetToDefaults();
|
||||
g_GameState->WriteBackupBuf();
|
||||
|
||||
|
||||
2
specter
2
specter
Submodule specter updated: 11cd223c88...7d36a59969
Reference in New Issue
Block a user