Improve minigun spinning shape
This commit is contained in:
+3
-3
@@ -134,12 +134,12 @@ xCylinder :: Size -> Importance -> Float -> Float -> Shape
|
||||
xCylinder size shad d x =
|
||||
translateSHz r . rotateSHq (V3 0 1 0) (pi / 2) . upperCylinder size shad x $
|
||||
[ V2 r r
|
||||
, V2 (-r) (r)
|
||||
, V2 (-r) (-r)
|
||||
, V2 (-r*0.5) (r*0.5)
|
||||
, V2 (-r*0.5) (-r*0.5)
|
||||
, V2 r (- r)
|
||||
]
|
||||
where
|
||||
r = 0.5 * d
|
||||
r = d
|
||||
|
||||
upperBoxMT :: Float -> [Point2] -> Shape
|
||||
upperBoxMT = upperBox Medium Typical
|
||||
|
||||
Reference in New Issue
Block a user