Add shading for shapes and the floor
This commit is contained in:
+1
-2
@@ -44,12 +44,11 @@ pairToSV = uncurry ShapeV
|
||||
makeLenses ''ShapeV
|
||||
makeLenses ''ShapeObj
|
||||
makeLenses ''ShapeType
|
||||
--type Shape' = Stream (Of ShapeObj) IO ()
|
||||
|
||||
type Shape = [ShapeObj]
|
||||
|
||||
nShapeVerxComp :: Int
|
||||
nShapeVerxComp = 8
|
||||
nShapeVerxComp = 12
|
||||
|
||||
deriveJSON defaultOptions ''ShapeType
|
||||
deriveJSON defaultOptions ''ShapeV
|
||||
|
||||
Reference in New Issue
Block a user