diff options
| author | Jcw87 <Jcw87@users.noreply.github.com> | 2023-10-10 13:40:37 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-10 23:40:37 +0300 |
| commit | 3fa422caac37ca8777c57d8451cdf889a1d850d2 (patch) | |
| tree | 4bf9fe0501b03a7743cff28970def131e6ebf0e2 /include/JSystem/J3DGraphBase | |
| parent | a64921a5196c1bff0f2a2d1a697db0fa1b882f6e (diff) | |
m_Do_ext (#1958)
Diffstat (limited to 'include/JSystem/J3DGraphBase')
| -rw-r--r-- | include/JSystem/J3DGraphBase/J3DSys.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/JSystem/J3DGraphBase/J3DSys.h b/include/JSystem/J3DGraphBase/J3DSys.h index 914cc2d610..085e3b74fa 100644 --- a/include/JSystem/J3DGraphBase/J3DSys.h +++ b/include/JSystem/J3DGraphBase/J3DSys.h @@ -99,6 +99,9 @@ struct J3DSys { J3DMatPacket* getMatPacket() { return mMatPacket; } void setMaterialMode(u32 mode) { mMaterialMode = mode; } + void setCurrentMtxCalc(J3DMtxCalc * pCalc) { mCurrentMtxCalc = pCalc; } + J3DMtxCalc * getCurrentMtxCalc() const { return mCurrentMtxCalc; } + void setTexture(J3DTexture* pTex) { mTexture = pTex; } J3DTexture* getTexture() { return mTexture; } |
