mirror of
https://github.com/stevenrobertson/cuburn.git
synced 2025-02-05 11:40:04 -05:00
Turns out spread is period 180 but spin 1/2
This commit is contained in:
parent
8f21ffd4c3
commit
77afb2f4b5
@ -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())
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user