2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-21 22:59:12 +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

@@ -212,6 +212,11 @@ public:
void RenderBucketItems(const CAreaListItem* lights);
void DrawRenderBucketsDebug() {}
void HandleUnsortedModel(CAreaListItem* areaItem, CCubeModel& model, const CModelFlags& flags);
void HandleUnsortedModelWireframe(CAreaListItem* areaItem, CCubeModel& model);
void ActivateLightsForModel(CAreaListItem* areaItem, CCubeModel& model);
// Getters
[[nodiscard]] bool IsInAreaDraw() const { return x318_30_inAreaDraw; }
[[nodiscard]] bool IsReflectionDirty() const { return x318_24_refectionDirty; }