mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 18:27:42 +00:00
Finish CBallCamera
This commit is contained in:
@@ -76,7 +76,7 @@ class CCameraManager
|
||||
void SetPathCamera(TUniqueId id, CStateManager& mgr);
|
||||
void SetSpindleCamera(TUniqueId id, CStateManager& mgr);
|
||||
void RestoreHintlessCamera(CStateManager& mgr);
|
||||
void InterpolateToBallCamera(const zeus::CTransform& xf, TUniqueId camId, const zeus::CVector3f& lookDir,
|
||||
void InterpolateToBallCamera(const zeus::CTransform& xf, TUniqueId camId, const zeus::CVector3f& lookPos,
|
||||
float f1, float f2, float f3, bool b1, CStateManager& mgr);
|
||||
static constexpr bool ShouldBypassInterpolation() { return false; }
|
||||
void SkipBallCameraCinematic(CStateManager& mgr);
|
||||
|
||||
Reference in New Issue
Block a user