diff options
| author | Julgodis <> | 2021-04-07 09:16:47 +0200 |
|---|---|---|
| committer | Julgodis <> | 2021-04-07 09:16:47 +0200 |
| commit | dca1d2a1c032f239c65aa1b7767132c12e89f628 (patch) | |
| tree | 103f2574cfa7c6b9f19df522447d0b58861b60ba /libs/JSystem/J3DGraphLoader/J3DMaterialFactory.cpp | |
| parent | ed1ee30dd20ab15ba73b987f1e59b0dfc16d09b2 (diff) | |
detect more floats/doubles, including from relocations
Diffstat (limited to 'libs/JSystem/J3DGraphLoader/J3DMaterialFactory.cpp')
| -rw-r--r-- | libs/JSystem/J3DGraphLoader/J3DMaterialFactory.cpp | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/libs/JSystem/J3DGraphLoader/J3DMaterialFactory.cpp b/libs/JSystem/J3DGraphLoader/J3DMaterialFactory.cpp index 3a37402c78..5cd1537dfc 100644 --- a/libs/JSystem/J3DGraphLoader/J3DMaterialFactory.cpp +++ b/libs/JSystem/J3DGraphLoader/J3DMaterialFactory.cpp @@ -83,14 +83,14 @@ struct J3DIndTevStage { /* 8000E14C */ J3DIndTevStage(); }; -struct J3DGXColor { - /* 8000E538 */ J3DGXColor(); -}; - struct J3DGXColorS10 { /* 8000E460 */ J3DGXColorS10(); }; +struct J3DGXColor { + /* 8000E538 */ J3DGXColor(); +}; + struct J3DTevBlock { /* 8000DBC8 */ void patchTexNoAndTexCoordScale(); /* 8000DBD4 */ void patch(); @@ -162,12 +162,12 @@ struct J3DPEBlockNull { /* 803329B0 */ ~J3DPEBlockNull(); }; +struct J3DAlphaComp {}; + struct J3DBlend {}; struct J3DFog {}; -struct J3DAlphaComp {}; - struct J3DPEBlock { /* 8000DBCC */ void patch(); /* 8000DF3C */ bool getZCompLoc() const; @@ -197,10 +197,6 @@ struct J3DPEBlock { /* 80317394 */ void setFogOffset(u32); }; -struct J3DMaterialBlock {}; - -struct J3DMaterialDLBlock {}; - struct J3DMaterial { /* 803157A0 */ void createColorBlock(u32); /* 803159A0 */ void createTexGenBlock(u32); @@ -216,6 +212,10 @@ struct J3DMaterial { /* 80332B94 */ ~J3DMaterial(); }; +struct J3DMaterialDLBlock {}; + +struct J3DMaterialBlock {}; + struct J3DMaterialFactory { struct MaterialType {}; |
