J3DModel createMatPacket 100%

the beast has been tamed
This commit is contained in:
Jasper St. Pierre
2023-09-23 23:07:35 -07:00
parent 3b025cc2dd
commit 2f918f337e
2 changed files with 74 additions and 2 deletions
+2
View File
@@ -207,6 +207,8 @@ public:
J3DMaterial* getMaterial() const { return mpMaterial; }
J3DShapePacket* getShapePacket() const { return mpShapePacket; }
void setShapePacket(J3DShapePacket* packet) { mpShapePacket = packet; }
void setMaterial(J3DMaterial* pMaterial) { mpMaterial = pMaterial; }
void setTexture(J3DTexture* pTexture) { mpTexture = pTexture; }
void setInitShapePacket(J3DShapePacket* packet) { mpInitShapePacket = packet; }
void setMaterialAnmID(J3DMaterialAnm* materialAnm) { mpMaterialAnm = materialAnm; }
bool isChanged() const { return mDiffFlag & 0x80000000; }