summaryrefslogtreecommitdiff
path: root/include/JSystem/J3DGraphBase
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2023-09-30 15:59:54 -0700
committerJasper St. Pierre <jstpierre@mecheye.net>2023-09-30 15:59:54 -0700
commitf90a89fd8771fa0e0a7159cb46d7ba6bdf64d3fb (patch)
treeb12c8eb500e646029e52095dd646ae4c400f85b5 /include/JSystem/J3DGraphBase
parent57e735af3911621ce9482d033697bd95cbfdf290 (diff)
J3DModelData fakematch, J3DModel progress
Diffstat (limited to 'include/JSystem/J3DGraphBase')
-rw-r--r--include/JSystem/J3DGraphBase/J3DPacket.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/JSystem/J3DGraphBase/J3DPacket.h b/include/JSystem/J3DGraphBase/J3DPacket.h
index 71156fbe..9a76e957 100644
--- a/include/JSystem/J3DGraphBase/J3DPacket.h
+++ b/include/JSystem/J3DGraphBase/J3DPacket.h
@@ -170,6 +170,8 @@ public:
void setDrawMtx(Mtx** pDrawMtx) { mpDrawMtx = pDrawMtx; }
void setNrmMtx(Mtx33** pNrmMtx) { mpNrmMtx = pNrmMtx; }
void setBaseMtxPtr(Mtx* pMtx) { mpBaseMtxPtr = pMtx; }
+ void setScaleFlagArray(u8* pScaleFlagArray) { mpScaleFlagArray = pScaleFlagArray; }
+ void setCurrentViewNoPtr(u32* pCurrentViewNo) { mpCurrentViewNo = pCurrentViewNo; }
J3DShape* getShape() const { return mpShape; }
J3DModel* getModel() const { return mpModel; }