Add toggle for visual sounds
This commit is contained in:
@@ -13,7 +13,6 @@ import qualified Data.Map as M
|
||||
newtype Polyhedra = Polyhedron
|
||||
{ _pyFaces :: [[(Point3,Point4)]]
|
||||
}
|
||||
|
||||
-- | Describe a polygon as a map from vertex indices to a positioning and list of faces.
|
||||
-- The list of faces is assumed to be ordered in clockwise direction around the vertex.
|
||||
-- The vertices of the faces are assumed to start with a point adjacent to the
|
||||
|
||||
Reference in New Issue
Block a user