d_a_obj_rcloud (#849)

* d_a_obj_rcloud

* Refactor daObjRcloud_c and update resource usage

Renamed enum values and return types in daObjRcloud_c for clarity and consistency. Updated resource indices to use named constants from res_bvkumo.h. Replaced magic numbers and variable names for improved readability. Removed an obsolete comment in J3DTexture.h.

* Rename variable o_phase to phase in _create method

Refactored the variable name from o_phase to phase in the daObjRcloud_c::_create() method for clarity and consistency.

* Set configure.py to matching.
This commit is contained in:
Kristopher Early
2025-08-14 21:26:54 +01:00
committed by GitHub
parent 2eaf012e4f
commit 396599cd7a
4 changed files with 205 additions and 32 deletions
+1 -2
View File
@@ -74,8 +74,7 @@ public:
void setViewMtx(const Mtx viewMtx) { MTXCopy(viewMtx, mViewMtx); }
void setTranslationX(f32 translationX){ mTexMtxInfo.mSRT.mTranslationX = translationX; } // Fakematch
// TODO
void getTextureSRT() {}
J3DTextureSRTInfo& getTextureSRT() { return mTexMtxInfo.mSRT;}
private:
/* 0x00 */ J3DTexMtxInfo mTexMtxInfo;