Simplify creature drawing positioning

This commit is contained in:
2025-06-19 12:15:24 +01:00
parent 3f9b76b8d0
commit 5a6144dbbd
3 changed files with 13 additions and 28 deletions
+1
View File
@@ -83,6 +83,7 @@ prismBox size shads upps downps = [Surface (FlatFaces n) (f upps downps) white s
f (a : as) (b : bs) = a : b : f as bs
f _ _ = []
-- to check: should the polygons be anticlockwise? does this matter?
cylinderPoly ::
Size ->
Importance ->