Add normal maps to the floor

This commit is contained in:
2023-03-17 16:51:02 +00:00
parent 6425ef3f0a
commit 850fdf1783
16 changed files with 52 additions and 55 deletions
+1
View File
@@ -56,6 +56,7 @@ data RenderData = RenderData
, _vboWalls :: VBO
, _vboWindows :: VBO
, _vboShapes :: VBO
, _toNormalMaps :: TO
}
makeLenses ''RenderData