mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-16 22:40:12 -04:00
J3DModel inlines
This commit is contained in:
@@ -71,8 +71,10 @@ public:
|
||||
u32 getModelDataType() const { return mJointTree.getModelDataType(); }
|
||||
const J3DModelHierarchy* getHierarchy() const { return mJointTree.getHierarchy(); }
|
||||
void setHierarchy(J3DModelHierarchy* hierarchy) { mJointTree.setHierarchy(hierarchy); }
|
||||
J3DMtxCalc* getBasicMtxCalc() { return mJointTree.getBasicMtxCalc(); }
|
||||
void setBasicMtxCalc(J3DMtxCalc* calc) { mJointTree.setBasicMtxCalc(calc); }
|
||||
void setModelDataType(u32 type) { mJointTree.setModelDataType(type); }
|
||||
J3DJoint* getRootNode() { return mJointTree.getRootNode(); }
|
||||
GXColor* getVtxColorArray(u8 idx) const { return mVertexData.getVtxColorArray(idx); }
|
||||
bool checkFlag(u32 flag) const { return (mFlags & flag) ? true : false; }
|
||||
u32 getFlag() const { return mFlags; }
|
||||
@@ -109,10 +111,6 @@ public:
|
||||
}
|
||||
const void* getBinary() { return mBinary; }
|
||||
|
||||
// TODO
|
||||
void getBasicMtxCalc() {}
|
||||
void getRootNode() {}
|
||||
|
||||
private:
|
||||
friend class J3DModelLoader;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user