diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-12-19 01:30:03 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-12-19 01:30:03 -0500 |
| commit | fa59660bf249e00a75dd5afe37b2f05ef4484128 (patch) | |
| tree | e68403e5e27a632b0c35bf0630fa693be4bd2a95 /include/JSystem/J3DGraphLoader/J3DMaterialFactory.h | |
| parent | 0a5559c9a55b241c1e7cfd6550148c9bf0cdbb1b (diff) | |
J3DModelLoaderCalcSize 98%
Diffstat (limited to 'include/JSystem/J3DGraphLoader/J3DMaterialFactory.h')
| -rw-r--r-- | include/JSystem/J3DGraphLoader/J3DMaterialFactory.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/JSystem/J3DGraphLoader/J3DMaterialFactory.h b/include/JSystem/J3DGraphLoader/J3DMaterialFactory.h index 7eb47802..b2cf9836 100644 --- a/include/JSystem/J3DGraphLoader/J3DMaterialFactory.h +++ b/include/JSystem/J3DGraphLoader/J3DMaterialFactory.h @@ -25,10 +25,10 @@ public: void createPatchedMaterial(J3DMaterial*, int, unsigned long) const; void modifyPatchedCurrentMtx(J3DMaterial*, int) const; void createLockedMaterial(J3DMaterial*, int, unsigned long) const; - void calcSize(J3DMaterial*, MaterialType, int, unsigned long) const; - void calcSizeNormalMaterial(J3DMaterial*, int, unsigned long) const; - void calcSizePatchedMaterial(J3DMaterial*, int, unsigned long) const; - void calcSizeLockedMaterial(J3DMaterial*, int, unsigned long) const; + u32 calcSize(J3DMaterial*, MaterialType, int, unsigned long) const; + u32 calcSizeNormalMaterial(J3DMaterial*, int, unsigned long) const; + u32 calcSizePatchedMaterial(J3DMaterial*, int, unsigned long) const; + u32 calcSizeLockedMaterial(J3DMaterial*, int, unsigned long) const; void newMatColor(int, int) const; void newColorChanNum(int) const; void newColorChan(int, int) const; |
