mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
move jasper's jsystem work over
This commit is contained in:
@@ -93,6 +93,9 @@ struct J3DSys {
|
||||
void setMaterialMode(u32 mode) { mMaterialMode = mode; }
|
||||
|
||||
void setTexture(J3DTexture* pTex) { mTexture = pTex; }
|
||||
J3DTexture* getTexture() { return mTexture; }
|
||||
|
||||
void setNBTScale(Vec* scale) { mNBTScale = scale; }
|
||||
|
||||
void onFlag(u32 flag) { mFlags |= flag; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user