Commit before improving item targeting
This commit is contained in:
+1
-1
@@ -121,7 +121,7 @@ polyToPics = map helpPoly3D . _pyFaces
|
||||
helpPoly3D :: [(Point3, Point4)] -> Picture
|
||||
helpPoly3D = map f . polyToTris
|
||||
where
|
||||
f (pos,col) = Verx pos col [] 0 polyNum
|
||||
f (pos,col) = Verx pos col [] (LayNum 0) polyNum
|
||||
|
||||
polysToPic :: [Polyhedra] -> Picture
|
||||
polysToPic = pictures . concatMap polyToPics
|
||||
|
||||
Reference in New Issue
Block a user