Turns out spread is period 180 but spin 1/2

This commit is contained in:
Steven Robertson 2017-05-09 19:59:21 -07:00
parent 8f21ffd4c3
commit 77afb2f4b5

View File

@ -3,7 +3,7 @@ from variations import var_params
affine = ( affine = (
{ 'angle': spline(45, period=360) { 'angle': spline(45, period=360)
, 'spread': spline(45, period=180) , 'spread': spline(45, period=360)
, 'magnitude': XYPair(scalespline()) , 'magnitude': XYPair(scalespline())
, 'offset': XYPair(spline()) , 'offset': XYPair(spline())
}) })