d_a_obj_gra2 work (#2482)

* Tiny start on d_a_obj_gra2

* Initial work

* Solid work done

* More work

* work on some rolling functions and deme camera

* Almost all functions worked on

* All functions worked on

* Fixed some BaseNpc functions I broke

* PR Cleanup

* PR cleanup part 2
This commit is contained in:
Carco_21
2025-06-16 09:40:16 -04:00
committed by GitHub
parent bb008ca9cf
commit ba4ea76d4d
9 changed files with 4725 additions and 3543 deletions
+4
View File
@@ -210,6 +210,10 @@ public:
JPAEmitterCallBack* getEmitterCallBackPtr() const { return mpEmtrCallBack; }
u32 getAge() const { return mTick; }
void setVolumeMiniRadius(f32 param_1) {
mVolumeMinRad = param_1;
}
public:
/* 0x00 */ JGeometry::TVec3<f32> mLocalScl;
/* 0x0C */ JGeometry::TVec3<f32> mLocalTrs;