J3DShapeMtx

This commit is contained in:
Jcw87
2023-09-28 07:28:11 -07:00
parent f712d06dc0
commit 4cba40e699
7 changed files with 190 additions and 141 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ public:
void setViewMtx(Mtx m) { MTXCopy(m, mViewMtx); }
J3DModel* getModel() { return mModel; }
Vec& getNBTScale() { return *mNBTScale; }
Vec* getNBTScale() { return mNBTScale; }
static Mtx mCurrentMtx;
static Vec mCurrentS;