mirror of
https://github.com/stevenrobertson/cuburn.git
synced 2025-07-06 08:15:09 -04:00
Turns out spread is period 180 but spin 1/2
This commit is contained in:
@ -3,7 +3,7 @@ from variations import var_params
|
||||
|
||||
affine = (
|
||||
{ 'angle': spline(45, period=360)
|
||||
, 'spread': spline(45, period=180)
|
||||
, 'spread': spline(45, period=360)
|
||||
, 'magnitude': XYPair(scalespline())
|
||||
, 'offset': XYPair(spline())
|
||||
})
|
||||
|
Reference in New Issue
Block a user