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

Initial CSpacePirate and rag doll imps

This commit is contained in:
Jack Andersen
2018-11-23 22:09:35 -10:00
parent 976fe8d283
commit 9c88971df6
34 changed files with 1422 additions and 237 deletions

View File

@@ -15,10 +15,10 @@ class CIkChain
CSegId x0_;
CSegId x1_;
CSegId x2_;
zeus::CVector3f x4_;
zeus::CVector3f x10_;
float x1c_;
float x20_;
zeus::CVector3f x4_ = zeus::CVector3f::skForward;
zeus::CVector3f x10_ = zeus::CVector3f::skForward;
float x1c_ = 1.f;
float x20_ = 1.f;
zeus::CQuaternion x24_;
zeus::CVector3f x34_;
float x40_time = 0.f;
@@ -29,7 +29,7 @@ class CIkChain
{
bool x44_24_activated : 1;
};
u8 x44_dummy = 0;
u32 x44_dummy = 0;
};
public:
CIkChain() = default;