J3DJointFactory done except weak functions

This commit is contained in:
LagoLunatic
2023-11-05 23:16:01 -05:00
parent 8f04565452
commit dcb86544a0
4 changed files with 25 additions and 14 deletions
+2 -2
View File
@@ -120,7 +120,7 @@ public:
u32 getType() const { return 'NJNT'; }
void recursiveCalc();
J3DJoint();
J3DJoint() { initialize(); }
~J3DJoint() {}
J3DMaterial* getMesh() { return mMesh; }
@@ -148,7 +148,7 @@ private:
/* 0x1A */ u8 mKind;
/* 0x1B */ u8 mScaleCompensate;
/* 0x1C */ J3DTransformInfo mTransformInfo;
/* 0x3C */ f32 mBoundingSphereRadius;
/* 0x3C */ f32 mRadius;
/* 0x40 */ Vec mMin;
/* 0x4C */ Vec mMax;
/* 0x58 */ J3DMtxCalc* mMtxCalc;