Rovastar - Unholy Ritual

Discussion forum for G-Force users

Moderators: BTT, andy55, b.dwall, juxtiphi

Rovastar
Posts: 295
Joined: Wed May 05, 2004 9:25 am
Location: Derby/London, England

Post by Rovastar »

And they keep on coming. :)

Code: Select all

//Rovastar - Fragment Star

A0="24 + flor(rnd(56))", 

Aspc=1, 

srcT="theta - 0.005 * ((cos( (180-r) * a0 ))*(sin( (1.57075-theta)* a0 )))", 
srcR="r - 0.005 * ((cos( (1.57075-theta) * a0 )+1)^(sin( (180-r) * a0 )+1))", 

Vers=265

Rovastar
Posts: 295
Joined: Wed May 05, 2004 9:25 am
Location: Derby/London, England

Post by Rovastar »

Another

Code: Select all

//Rovastar - Altars Of Madness (Desire Flower Mix)

Aspc=1, 

A0="( 20 + rnd( 40 ) )", //complexity 


srcT="theta+0.008*sin((r)*A0*0.75)+0.008*sin((r)*A0)"; 
srcR="r+0.006*cos((theta)*A0)+0.006*cos((theta)*A0*0.75)"; 

Vers=100

Rovastar
Posts: 295
Joined: Wed May 05, 2004 9:25 am
Location: Derby/London, England

Post by Rovastar »

.....:)

Code: Select all

//Rovastar - Altars Of Madness (Despair Flower Mix)

Aspc=1, 

A0="( 20 + rnd( 40 ) )", //complexity 
A1="( 20 + rnd( 40 ) )", //complexity 


srcT="theta+0.008*(sin((r)*A0*0.75)*sin((r)*A0))"; 
srcR="r+0.006*(cos((theta)*A1)-cos((theta)*A1*0.75))",

Vers=100
Last edited by Rovastar on Tue Aug 17, 2004 8:52 am, edited 1 time in total.

Rovastar
Posts: 295
Joined: Wed May 05, 2004 9:25 am
Location: Derby/London, England

Post by Rovastar »

Code: Select all

//Rovastar - Altars Of Madness (Swirling Divas Mix)

Aspc=1, 

A0="( 20 + rnd( 40 ) )", //complexity 
A1="( 20 + rnd( 40 ) )", //complexity 


srcT="theta+0.008*(((sin((r)*A0*0.75)+1)^(sin((r)*A0)+1)))"; 
srcR="r+0.006*(cos((theta)*A1)*cos((theta)*A1*0.75))",

Vers=100

Rovastar
Posts: 295
Joined: Wed May 05, 2004 9:25 am
Location: Derby/London, England

Post by Rovastar »

Simpler version

Code: Select all

//Rovastar - Altars Of Madness (Simple Flower Mix) 

Aspc=1, 

A0="( 20 + flor(rnd( 40 )) )", //complexity 

srcT="theta+0.008*sin((r)*A0*0.75)"; 
srcR="r+0.006*cos((theta)*A0)"; 

Vers=100

Rovastar
Posts: 295
Joined: Wed May 05, 2004 9:25 am
Location: Derby/London, England

Post by Rovastar »

Code: Select all

//Rovastar - Petal Sunburst

Aspc=1, 

A0="( 20 + flor(rnd( 40 )) )", //complexity 
A1 = "0.001*(rnd(100)-50)", //speed

srcT="theta+0.008*sin((r)*A0*0.75)+0.008*sin((theta)*A0)"; 
srcR="r+0.006*cos((theta)*A0)+0.006*cos((r)*A0*0.75) + A1*r"; 

Vers=100

User avatar
JayPro
Posts: 738
Joined: Sat May 01, 2004 10:51 pm
Location: Huntington Station, Long Island, New York

Post by JayPro »

Once again, very enjoyable.
Thank you.
"God is syntax."

Post Reply