mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-08 13:46:21 -04:00
J3DJoint
This commit is contained in:
@@ -42,6 +42,7 @@ public:
|
||||
virtual void change();
|
||||
|
||||
J3DMaterial* getNext() const { return mNext; }
|
||||
void setNext(J3DMaterial* material) {mNext = material; }
|
||||
J3DShape* getShape() const { return mShape; }
|
||||
u32 getMaterialMode() { return mMaterialMode; }
|
||||
void setMaterialMode(u32 mode) { mMaterialMode = mode; }
|
||||
|
||||
Reference in New Issue
Block a user