From 4cba40e699ecd44e22b89244cfa70cd206ee0000 Mon Sep 17 00:00:00 2001 From: Jcw87 Date: Thu, 28 Sep 2023 07:28:11 -0700 Subject: J3DShapeMtx --- include/JSystem/J3DGraphAnimator/J3DModel.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/JSystem/J3DGraphAnimator') 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*); -- cgit v1.2.3