diff options
| author | Carco_21 <144170194+carter-ktb21@users.noreply.github.com> | 2025-09-19 17:44:42 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-20 03:44:42 +0300 |
| commit | 5f70650ba24f892e1d03e42699fda8fd953f30d3 (patch) | |
| tree | 5559a279e80f68cf1a22139273228d2df5c8ad12 /include/JSystem/J3DGraphBase | |
| parent | 7089e1893d536aeb025956def0f0c7a9714ad19b (diff) | |
d_a_e_gm matching (#2669)
* initial work
* Almost matching
* missed formatting changes
* matching
* changed to equivalent
* PR cleanup, now matching
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 e3f7e7dab8..5ec56d8c99 100644 --- a/include/JSystem/J3DGraphBase/J3DMaterial.h +++ b/include/JSystem/J3DGraphBase/J3DMaterial.h @@ -78,6 +78,7 @@ public: J3DZMode* getZMode() { return mPEBlock->getZMode(); } J3DBlend* getBlend() { return mPEBlock->getBlend(); } J3DColorChan* getColorChan(u32 idx) { return getColorBlock()->getColorChan(idx); } + J3DGXColor* getMatColor(u32 i) { return mColorBlock->getMatColor(i); } 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); } |
