d_a_obj_tobyhouse equivalent (#2546)

This commit is contained in:
hatal175
2025-07-21 02:57:50 +03:00
committed by GitHub
parent d9ac8d7e3f
commit 69aaeeeda6
8 changed files with 664 additions and 829 deletions
+4 -1
View File
@@ -28,7 +28,10 @@ public:
virtual void calc() = 0;
static J3DMtxBuffer* getMtxBuffer() { return mMtxBuffer; }
static J3DJoint* getJoint() { return mJoint; }
static J3DJoint* getJoint() {
J3D_ASSERT(185, mJoint != NULL, "Error : null pointer.")
return mJoint;
}
static void setJoint(J3DJoint* joint) { mJoint = joint; }
static J3DMtxBuffer* mMtxBuffer;