feat: actually working slow prototype

This commit is contained in:
MihailRis
2024-11-16 07:41:36 +03:00
parent faadfca8c3
commit 4400366719
4 changed files with 83 additions and 10 deletions
+2
View File
@@ -75,6 +75,8 @@ public:
);
void drawChunks(const Camera& camera, Shader& shader);
void drawSortedMeshes(const Camera& camera, Shader& shader);
void update();
static size_t visibleChunks;