diff options
| author | Kristopher Early <1191258+MrPolymorph@users.noreply.github.com> | 2025-08-14 21:26:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-14 16:26:54 -0400 |
| commit | 396599cd7aafad46296fff018f6c5877e4abc743 (patch) | |
| tree | 4b2c86980a32568bc45779d4e9620c3a0bebe5e4 /include/JSystem/J3DGraphBase | |
| parent | 2eaf012e4f8749bf83a6dc00cf1900f64663a33f (diff) | |
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.
Diffstat (limited to 'include/JSystem/J3DGraphBase')
| -rw-r--r-- | include/JSystem/J3DGraphBase/J3DTexture.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/JSystem/J3DGraphBase/J3DTexture.h b/include/JSystem/J3DGraphBase/J3DTexture.h index 451dc2a3..fa325cf6 100644 --- a/include/JSystem/J3DGraphBase/J3DTexture.h +++ b/include/JSystem/J3DGraphBase/J3DTexture.h @@ -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; |
