Try to centralize the number of components per vertex in shapes
This commit is contained in:
@@ -48,6 +48,9 @@ makeLenses ''ShapeType
|
||||
|
||||
type Shape = [ShapeObj]
|
||||
|
||||
nShapeVerxComp :: Int
|
||||
nShapeVerxComp = 8
|
||||
|
||||
deriveJSON defaultOptions ''ShapeType
|
||||
deriveJSON defaultOptions ''ShapeV
|
||||
deriveJSON defaultOptions ''ShapeObj
|
||||
|
||||
Reference in New Issue
Block a user