d_a_horse mostly done (#2284)

* checkpoint

* d_a_horse mostly done

* some horse doc
This commit is contained in:
TakaRikka
2025-01-09 05:45:46 -08:00
committed by GitHub
parent 0cdacf4bff
commit 36daa25884
37 changed files with 5151 additions and 3078 deletions
+7 -2
View File
@@ -187,6 +187,8 @@ public:
int remove(J3DModelData* i_modelData) { return i_modelData->removeTexNoAnimator(mpAnm); }
J3DAnmTexPattern* getBtpAnm() const { return mpAnm; }
private:
/* 0x14 */ J3DAnmTexPattern* mpAnm;
};
@@ -210,8 +212,11 @@ class J3DTransformInfo;
class mDoExt_AnmRatioPack {
public:
/* 80140DF0 */ ~mDoExt_AnmRatioPack();
/* 80140E2C */ mDoExt_AnmRatioPack();
~mDoExt_AnmRatioPack() {}
mDoExt_AnmRatioPack() {
mRatio = 0.0f;
mAnmTransform = NULL;
}
void setRatio(f32 ratio) { mRatio = ratio; }
f32 getRatio() { return mRatio; }