2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 21:47:59 +00:00

Complete CCollisionActor imp, initial CJoinCollisionDescription

This commit is contained in:
2017-03-12 18:07:03 -07:00
parent 22989ff47c
commit b15e61c258
4 changed files with 47 additions and 2 deletions

View File

@@ -19,6 +19,17 @@ public:
};
private:
u32 x0_;
u32 x4_;
CSegId x8_;
CSegId x9_;
zeus::CVector3f xc_;
zeus::CVector3f x18_;
float x24_;
float x28_;
std::string x2c_;
TUniqueId x3c_;
float x40_;
public:
CJointCollisionDescription(ECollisionType, CSegId, CSegId, const zeus::CVector3f&, const zeus::CVector3f&, float,
float, EOrientationType, const std::string&, float);