This commit is contained in:
Jcw87
2023-10-16 02:21:22 -07:00
parent 0e82b07cf2
commit 0413154d72
6 changed files with 201 additions and 28 deletions
@@ -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; }