d_a_demo00 work (#2525)

* Initial work

* Got to ke_control

* draw function

* tiny execute work

* all functions worked on

* PR cleanup

* Took out static keyword for dDemo_setDemoData
This commit is contained in:
Carco_21
2025-07-10 19:16:30 -04:00
committed by GitHub
parent 3de6b37edf
commit b67414ef1a
9 changed files with 1956 additions and 1474 deletions
@@ -70,6 +70,8 @@ public:
static J3DMtxCalc* mCurrentMtxCalc;
inline u8 getKind() { return mKind & 15; }
private:
friend struct J3DJointFactory;
friend class J3DJointTree;
@@ -100,6 +100,7 @@ public:
Vec* getBaseScale() { return &mBaseScale; }
void setAnmMtx(int jointNo, Mtx m) { mMtxBuffer->setAnmMtx(jointNo, m); }
MtxP getAnmMtx(int jointNo) { return mMtxBuffer->getAnmMtx(jointNo); }
J3DSkinDeform* getSkinDeform() { return mSkinDeform; }
/* 0x04 */ J3DModelData* mModelData;
/* 0x08 */ u32 mFlags;