Simplify creature drawing positioning
This commit is contained in:
@@ -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 ->
|
||||
|
||||
Reference in New Issue
Block a user