summaryrefslogtreecommitdiff
path: root/src/JSystem/J3DGraphBase/J3DShape.cpp
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2023-09-23 18:33:12 -0700
committerJasper St. Pierre <jstpierre@mecheye.net>2023-09-23 18:33:12 -0700
commit4e40d0643968886b2c8cdacfed655400fd8ffb49 (patch)
tree77383a2d0fced3b2fcadd1598a8ce4cd871c7b95 /src/JSystem/J3DGraphBase/J3DShape.cpp
parent2741687de13ee1e9b86d78908a2c87eb26f217c4 (diff)
J3DShapeMtx progress
Diffstat (limited to 'src/JSystem/J3DGraphBase/J3DShape.cpp')
-rw-r--r--src/JSystem/J3DGraphBase/J3DShape.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/JSystem/J3DGraphBase/J3DShape.cpp b/src/JSystem/J3DGraphBase/J3DShape.cpp
index 96689077..76ed4ab0 100644
--- a/src/JSystem/J3DGraphBase/J3DShape.cpp
+++ b/src/JSystem/J3DGraphBase/J3DShape.cpp
@@ -44,9 +44,9 @@ void J3DShape::initialize() {
}
/* 802DD1FC-802DD27C .text calcNBTScale__8J3DShapeFRC3VecPA3_A3_fPA3_A3_f */
-void J3DShape::calcNBTScale(Vec const& param_0, Mtx33* param_1, Mtx33* param_2) {
+void J3DShape::calcNBTScale(Vec const& scale, Mtx33* pSrc, Mtx33* pDst) {
for (u16 i = 0; i < getMtxGroupNum(); i++)
- getShapeMtx(i)->calcNBTScale(param_0, param_1, param_2);
+ getShapeMtx(i)->calcNBTScale(scale, pSrc, pDst);
}
/* 802DD27C-802DD2F0 .text countBumpMtxNum__8J3DShapeCFv */