2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-16 13:37:02 +00:00

CCubeRenderer: more model darw imps

This commit is contained in:
2022-03-06 13:01:25 -08:00
parent 7d07892198
commit aea7ac597a
3 changed files with 101 additions and 1 deletions

View File

@@ -91,7 +91,10 @@ public:
void DrawSurfaceWireframe(const CCubeSurface& surface);
void SetArraysCurrent();
void SetUsingPackedLightmaps(bool v);
zeus::CAABox GetBounds() const { return x20_worldAABB; }
u8 GetFlags() const { return x41_visorFlags; }
bool AreTexturesLoaded() const { return x40_24_texturesLoaded; }
void SetVisible(bool v) { x40_25_modelVisible = v; }
bool IsVisible() const { return x40_25_modelVisible; }
[[nodiscard]] CCubeSurface* GetFirstUnsortedSurface() { return x38_firstUnsortedSurf; }
[[nodiscard]] const CCubeSurface* GetFirstUnsortedSurface() const { return x38_firstUnsortedSurf; }