Performance improvements, combine cap and geometry buffer

This commit is contained in:
2021-09-18 19:48:35 +01:00
parent 80aa67015c
commit c605ac74ff
8 changed files with 48 additions and 20 deletions
+2
View File
@@ -32,6 +32,7 @@ import Sound.Data
import qualified DoubleStack as DS
import Dodge.GameRoom
import Color
import Shape
import GHC.Generics
import Control.Lens
@@ -74,6 +75,7 @@ data World = World
, _sounds :: M.Map SoundOrigin Sound
, _playingSounds :: M.Map SoundOrigin Sound
, _decorations :: IM.IntMap Picture
, _foregroundShape :: Shape
, _foregroundDecorations :: [Polyhedra]
, _foregroundEdgeVerx :: [Point3]
, _corpses :: Zone [Corpse]