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

Space pirate bug fixes

This commit is contained in:
Jack Andersen
2018-12-14 20:29:41 -10:00
parent ccf87925b9
commit dac8fc3eb5
32 changed files with 294 additions and 210 deletions

View File

@@ -10,15 +10,15 @@ namespace urde {
class CAnimData;
class CSegId;
class CIkChain {
CSegId x0_;
CSegId x1_;
CSegId x2_;
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_;
CSegId x0_bone;
CSegId x1_p1;
CSegId x2_p2;
zeus::CVector3f x4_p2p1Dir = zeus::CVector3f::skForward;
zeus::CVector3f x10_p1BoneDir = zeus::CVector3f::skForward;
float x1c_p2p1Length = 1.f;
float x20_p1BoneLength = 1.f;
zeus::CQuaternion x24_holdRot;
zeus::CVector3f x34_holdPos;
float x40_time = 0.f;
union {