d_a_lod_bg work

This commit is contained in:
Jasper St. Pierre
2024-08-03 10:40:14 -07:00
parent 2a20bc837d
commit c99b5bdbdb
5 changed files with 357 additions and 43 deletions
@@ -101,10 +101,10 @@ public:
mJointTree.makeHierarchy(joint, hierarchy, &mMaterialTable, mShapeTable.mShapeNodePointer);
initShapeNodes();
}
const void* getBinary() { return mBinary; }
// TODO
void getBasicMtxCalc() {}
void getBinary() {}
void getRootNode() {}
void setMatColorAnimator(J3DAnmColor*, J3DMatColorAnm*) {}
void setTexNoAnimator(J3DAnmTexPattern*, J3DTexNoAnm*) {}
@@ -112,7 +112,7 @@ public:
private:
friend class J3DModelLoader;
/* 0x04 */ const void* mpRawData;
/* 0x04 */ const void* mBinary;
/* 0x08 */ u32 mFlags;
/* 0x0C */ u16 mbHasBumpArray;
/* 0x0E */ u16 mbHasBillboard;