summaryrefslogtreecommitdiff
path: root/include/JSystem/J3DGraphAnimator
diff options
context:
space:
mode:
authorJcw87 <Jcw87@users.noreply.github.com>2023-09-28 07:28:11 -0700
committerJcw87 <Jcw87@users.noreply.github.com>2023-09-28 07:35:21 -0700
commit4cba40e699ecd44e22b89244cfa70cd206ee0000 (patch)
tree2e384049f5275fb73434581c3fefce3ba090825b /include/JSystem/J3DGraphAnimator
parentf712d06dc066989395fec001255c03c496135d2d (diff)
J3DShapeMtx
Diffstat (limited to 'include/JSystem/J3DGraphAnimator')
-rw-r--r--include/JSystem/J3DGraphAnimator/J3DModel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/JSystem/J3DGraphAnimator/J3DModel.h b/include/JSystem/J3DGraphAnimator/J3DModel.h
index 5e116750..c59887b4 100644
--- a/include/JSystem/J3DGraphAnimator/J3DModel.h
+++ b/include/JSystem/J3DGraphAnimator/J3DModel.h
@@ -65,6 +65,7 @@ public:
void calcDrawMtx();
void prepareShapePackets();
MtxP getAnmMtx(int idx) { return mpNodeMtx[idx]; }
+ MtxP getWeightAnmMtx(int idx) { return mpWeightEnvMtx[idx]; }
s32 setNoUseDrawMtx();
s32 createSingleDrawMtx(J3DModelData*);