mirror of
https://github.com/zeldaret/tp
synced 2026-07-07 14:13:27 -04:00
d_a_obj_shoe 91% (#2347)
* Basic structure done * daNpcShoe_Param_c done, class cleaned a bit, ::Create matching, destructor matching * WIP * About 70% done * Fix after merging main * TU almost done, missing correct rodata ordering, constructor, setMotionAnim, __sinit not matching * Fix: Apply suggestions --------- Co-authored-by: Ttobas <anon@ym.ous>
This commit is contained in:
@@ -334,6 +334,7 @@ public:
|
||||
J3DModel* getModel() { return mpModel; }
|
||||
void offMorfNone() { mMorfNone = false; }
|
||||
void onMorfNone() { mMorfNone = true; }
|
||||
inline void setTranslateScale(cXyz& i_scale) { mTranslateScale = i_scale; }
|
||||
J3DTransformInfo* getOldTransInfo() { return mpTransformInfo; }
|
||||
Quaternion* getOldQuaternion() { return mpQuat; }
|
||||
void offTranslate() { mTranslate = true; }
|
||||
|
||||
Reference in New Issue
Block a user