Hi there,
I was wondering if any of you had comments on my sunflower algorythm?
The result is in an circle of a radius of 1 at z=0
Code below:
#declare nSeeds = 400;
#declare i = 0;
#while( i< nSeeds)
object { Seed translate <0,pow(i,2)/pow(nSeeds,2), 0>
rotate z*pow(i/nSeeds, 1)*3600*3}
#declare i=i+1;
#end
--
Dedicated to audio/visual and interactive artwork.
Author of The Primary Colors of CSound:
http://www.geocities.com/simonlemieux/PCCS/index.html
Post a reply to this message
Attachments:
Download 'sunflower.jpg' (67 KB)
Preview of image 'sunflower.jpg'
|