Move towards removing renderStrategy data
This commit is contained in:
@@ -102,3 +102,6 @@ polyToRender = map (Render3 . flat4) . polyToEdges
|
||||
-- rendering for shape
|
||||
polyToGeoRender :: Polyhedra -> [RenderType]
|
||||
polyToGeoRender = map (Render3 . polyToTris . map fst) . _pyFaces
|
||||
|
||||
polyToGeoRender' :: Polyhedra -> [Point3]
|
||||
polyToGeoRender' = concatMap (polyToTris . map fst) . _pyFaces
|
||||
|
||||
Reference in New Issue
Block a user