Draw floors using vertex pulling

This commit is contained in:
2025-11-13 22:22:19 +00:00
parent 836c0ba772
commit cffa75c014
8 changed files with 34 additions and 34 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ data RenderData = RenderData
, _lightUBO :: GLuint -- BufferObject id
, _vboShapes :: VBO
, _floorVBO :: VBO
, _floorShader :: Shader
, _floorShader :: GLuint
, _chasmVBO :: VBO
, _chasmShader :: GLuint
, _winVBO :: VBO