diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2024-12-18 10:02:52 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-18 20:02:52 +0200 |
| commit | ff5f31b84453722de3d1cc1287725eec06d08c6a (patch) | |
| tree | f515a32d77aadae2135f80e77a035e7437ef23f8 /include/JSystem/J3DGraphBase | |
| parent | c5ab943cfc057be3c9310e93e27fc62a2be9cbeb (diff) | |
kankyo_rain / obj_life_container mostly done, obj_glowsphere done (#2266)
* obj_life_container mostly done
* obj_glowSphere done
* kankyo_rain mostly done
* some cleanup
* more kankyo_rain cleanup
Diffstat (limited to 'include/JSystem/J3DGraphBase')
| -rw-r--r-- | include/JSystem/J3DGraphBase/J3DMaterial.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/JSystem/J3DGraphBase/J3DMaterial.h b/include/JSystem/J3DGraphBase/J3DMaterial.h index 7deeff03f0..4113522218 100644 --- a/include/JSystem/J3DGraphBase/J3DMaterial.h +++ b/include/JSystem/J3DGraphBase/J3DMaterial.h @@ -78,6 +78,7 @@ public: J3DTexCoord* getTexCoord(u32 idx) { return mTexGenBlock->getTexCoord(idx); } J3DZMode* getZMode() { return mPEBlock->getZMode(); } J3DBlend* getBlend() { return mPEBlock->getBlend(); } + J3DColorChan* getColorChan(u32 idx) { return getColorBlock()->getColorChan(idx); } void setTevColor(u32 i, const J3DGXColorS10* i_color) { mTevBlock->setTevColor(i, i_color); } void setTevKColor(u32 i, const J3DGXColor* i_color) { mTevBlock->setTevKColor(i, i_color); } |
