Work on J3DMaterial

This commit is contained in:
Tal Hayon
2023-07-09 20:21:18 +03:00
parent cf26cd610d
commit e00ce8bc31
43 changed files with 469 additions and 1601 deletions
+1
View File
@@ -90,6 +90,7 @@ struct J3DSys {
void setModel(J3DModel* pModel) { mModel = pModel; }
void setShapePacket(J3DShapePacket* pPacket) { mShapePacket = pPacket; }
void setMatPacket(J3DMatPacket* pPacket) { mMatPacket = pPacket; }
J3DMatPacket* getMatPacket() { return mMatPacket; }
void setMaterialMode(u32 mode) { mMaterialMode = mode; }
void setTexture(J3DTexture* pTex) { mTexture = pTex; }