Just taking some of my existing configs and changing them a buit to add a new theta value.
You will require the new Gforce 3.1 beta so it is only for users taht have purchased it.
Code: Select all
//Rovastar - Everflow Flower (Offset Remix)
//By John Baker (Rovastar) www.milkdrop.co.uk
Aspc=1
A0 = "0.001*((10+ rnd( 10 ))*((rnd( 1 ) *2) -1)) "
A1 = "45+ rnd( 35 )"
A2 = "0.001*((10 +rnd( 20 ))*((rnd( 1 ) *2) -1)) "
A3 = "60+ rnd( 30 )"
A4="(0.01*rnd(70)) -0.35" // x offset
A5="(0.01*rnd(70)) -0.35" // y offset
D0 = "x+A4" //newx
D1 = "y+A5" //newy
//D2 = "sqrt(D0*D0 +D1*D1)" //newrad
D2 = "atan2(D1,D0)" //newtheta
srcX="x+(A0)*sin(D2*A1)"
srcY="y-(A2)*cos(D2*A3)"
Vers=310
