diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2021-08-28 07:25:03 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-28 16:25:03 +0200 |
| commit | daf45f768d9ae091a97dce1be8d048ac2b7bd54c (patch) | |
| tree | 138798649ad35cb95ff5a0dd49bc7884ed6cdff0 /libs/JSystem/J2DGraph/J2DMaterial.cpp | |
| parent | e14b04c54a40e95f0117df44f1186f2d44799ac7 (diff) | |
move J2D / JUTResFont (#144)
* move some JSystem and meter2_info stuff
* more J2D / JUTTexture / JUTPalette
* setup dScnKy_env_light_c
Diffstat (limited to 'libs/JSystem/J2DGraph/J2DMaterial.cpp')
| -rw-r--r-- | libs/JSystem/J2DGraph/J2DMaterial.cpp | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/libs/JSystem/J2DGraph/J2DMaterial.cpp b/libs/JSystem/J2DGraph/J2DMaterial.cpp index 2ea0b7aa3d..def8304ad0 100644 --- a/libs/JSystem/J2DGraph/J2DMaterial.cpp +++ b/libs/JSystem/J2DGraph/J2DMaterial.cpp @@ -13,10 +13,6 @@ struct _GXTlut {}; -struct _GXColorS10 {}; - -struct _GXColor {}; - struct ResTIMG {}; struct JUtility { @@ -82,43 +78,6 @@ struct J2DPEBlock { /* 802F1840 */ void setGX(); }; -struct J2DAnmTexPattern { - /* 8030BEE8 */ void getTexNo(u16, u16*) const; - /* 8030BF9C */ void getResTIMG(u16) const; - /* 8030BFF0 */ void getPalette(u16) const; -}; - -struct J2DAnmTevRegKey { - /* 8030C0F0 */ void getTevColorReg(u16, _GXColorS10*) const; - /* 8030C3B4 */ void getTevKonstReg(u16, _GXColor*) const; -}; - -struct J2DAnmTextureSRTKey { - /* 8030B9F0 */ void calcTransform(f32, u16, J3DTextureSRTInfo*) const; -}; - -struct J2DAnmColor { - /* 802EB390 */ void getColor(u16, _GXColor*) const; -}; - -struct J2DMaterial { - struct J2DMaterialAnmPointer { - /* 802EA79C */ J2DMaterialAnmPointer(); - }; - - /* 802EA1AC */ J2DMaterial(); - /* 802EA2CC */ ~J2DMaterial(); - /* 802EA38C */ void setGX(); - /* 802EA410 */ void createTevBlock(int, bool); - /* 802EA5C4 */ void createIndBlock(int, bool); - /* 802EA84C */ void makeAnmPointer(); - /* 802EA94C */ void setAnimation(J2DAnmTextureSRTKey*); - /* 802EAA2C */ void setAnimation(J2DAnmTexPattern*); - /* 802EAB0C */ void setAnimation(J2DAnmTevRegKey*); - /* 802EA89C */ void setAnimation(J2DAnmColor*); - /* 802EAC78 */ void animation(); -}; - struct J2DIndTexOrder { /* 802EB378 */ J2DIndTexOrder(); }; |
