Reset Shapes to be list (not stream) of ShapeObj
This commit is contained in:
+2
-1
@@ -10,7 +10,8 @@ import Geometry.Data
|
||||
--import Data.Vector.Fusion.Util
|
||||
import Control.Lens
|
||||
import Streaming
|
||||
type Shape = Stream (Of ShapeObj) IO ()
|
||||
type Shape' = Stream (Of ShapeObj) IO ()
|
||||
type Shape = [ShapeObj]
|
||||
|
||||
--_shVertices :: Shape -> [ShapeV]
|
||||
--{-# INLINE _shVertices #-}
|
||||
|
||||
Reference in New Issue
Block a user