NEw FF's

Discussion forum for G-Force users

Moderators: BTT, andy55, b.dwall, juxtiphi

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

NEw FF's

Post by Rovastar »

A few new flowfields for you all

:)

Code: Select all

//Rovastar - Cultural Starburst 

A0="24 + (rnd(32))", 
A1="24 + (rnd(32))", 

Aspc=1, 

srcR="r - 0.005 * (cos(A0*r)+2)^(sin(A1*theta)+2)", 
srcT="theta + 0.005 * sin(A0*theta)*cos(A1*r)", 

Vers=265

Code: Select all

//Rovastar - Cultural Starburst (Smooth Explosive Mix)

A0="24 + (rnd(32))", 
A1="24 + (rnd(32))", 

Aspc=1, 

srcR="r - 0.005 * (cos(A0*theta)+2)^(sin(A1*r)+2)", 
srcT="theta + 0.005 * (sin(A0*theta))*(cos(A1*r))", 

Vers=265

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

Post by Rovastar »

And another...

Code: Select all

//  Rovastar - Mystical Cybernatica

Aspc=1 

A0="8+rnd(16)"                 // 

srcR="r+ 0.01*((flip(A0*theta)))" 
srcT="theta-0.01*(flip(A0^r))" 

Vers=270 

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

Post by Rovastar »

Code: Select all

//  Rovastar - Mystical Cybernatica (Flower MIx)

Aspc=1 

A0="16 + flor(rnd(16))"                 // 
A1="16 + flor(rnd(16))"   

srcR="r+ (0.01*((sin(A0*theta))))" 
srcT="theta-(0.01*(flip(A1^r)))" 

Vers=270 

Post Reply