Commit before attempting to remove bottom and mid picture layers
This commit is contained in:
+1
-1
@@ -124,7 +124,7 @@ polyToPics = map helpPoly3D . _pyFaces
|
||||
helpPoly3D :: [(Point3, Point4)] -> Picture
|
||||
helpPoly3D = picFormat . map f . polyToTris
|
||||
where
|
||||
f (pos,col) = Verx pos col [] BottomLayer PolyShad
|
||||
f (pos,col) = Verx pos col [] minBound PolyShad
|
||||
|
||||
polysToPic :: [Polyhedra] -> Picture
|
||||
polysToPic = fold . concatMap polyToPics
|
||||
|
||||
Reference in New Issue
Block a user