mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 13: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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user