2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 01:07:43 +00:00

Finish CPlayerVisor and CSamusFaceReflection

This commit is contained in:
Jack Andersen
2017-05-30 16:51:38 -10:00
parent 0c5e4efc46
commit 6f84cfcb38
13 changed files with 369 additions and 114 deletions

View File

@@ -13,10 +13,10 @@ class CSamusFaceReflection
{
CModelData x0_modelData;
std::unique_ptr<CActorLights> x4c_lights;
zeus::CQuaternion x50_;
zeus::CVector3f x60_;
zeus::CQuaternion x50_lookRot;
zeus::CVector3f x60_lookDir;
u32 x6c_ = 0;
bool x70_ = true;
bool x70_hidden = true;
public:
CSamusFaceReflection(CStateManager& stateMgr);
void PreDraw(const CStateManager& stateMgr);