Add shapes for some craft items
This commit is contained in:
@@ -136,6 +136,7 @@ xCylinderST = xCylinder Small Typical
|
||||
xCylinder :: Size -> Importance -> Float -> Float -> Shape
|
||||
xCylinder size shad r x =
|
||||
translateSHz r . rotateSHq (V3 0 1 0) (pi / 2) . upperCylinder size shad x $
|
||||
-- why didn't I make this a simple circle?
|
||||
[ V2 r r
|
||||
, V2 (- r / 2) (r / 2)
|
||||
, V2 (- r / 2) (negate $ r / 2)
|
||||
|
||||
Reference in New Issue
Block a user