
recursive function(starting point, distance, angle){
draw a circle distance and angle from starting point;
if distance is greater than 0{
recursive function(newstartingpoint, distance shortened, angle modded);
recursive function(newstartingpoint, distance shortened, angle modded);
}
}
Follow? Each frame I change the starting angle. I just then tweaked the basics and added the whole sliding to a still image thing and some other fancy modifiers.
( ,
Mon 15 Feb 2010, 22:01,
archived)
draw a circle distance and angle from starting point;
if distance is greater than 0{
recursive function(newstartingpoint, distance shortened, angle modded);
recursive function(newstartingpoint, distance shortened, angle modded);
}
}
Follow? Each frame I change the starting angle. I just then tweaked the basics and added the whole sliding to a still image thing and some other fancy modifiers.

Fritz knows our secrets.
And I've run out of WW2 era terms for Germans.
( ,
Mon 15 Feb 2010, 22:03,
archived)
And I've run out of WW2 era terms for Germans.

as they did really do all the hard work on developing magnetic tape.
( ,
Mon 15 Feb 2010, 22:06,
archived)

on the subject of recursively drawn trees, ferns, etc. Thats a good place to start.
( ,
Mon 15 Feb 2010, 22:09,
archived)

'start' as in getting into recursively drawn things such as this program... no real implications beyond that!
( ,
Mon 15 Feb 2010, 22:24,
archived)

I suppose that could be done recursively, but not fractally.
( ,
Mon 15 Feb 2010, 22:27,
archived)

They would be a certain angle and distance from each random position, and the angles and distances could be modified each time by small increments, and the results would still be random positions.
( ,
Mon 15 Feb 2010, 22:20,
archived)

The rest inherit the previous on down the iterations, and can be moded on the way down.
( ,
Mon 15 Feb 2010, 22:18,
archived)

Whenever a circle is drawn, thats the new jump off point for the next two calls.
( ,
Mon 15 Feb 2010, 22:20,
archived)

Next question: how come the circles in your picture are evenly spaced, but the code says "distance shortened"?
Also what's going on in the middle bits that look like mushy peas or broccoli?
( ,
Mon 15 Feb 2010, 22:23,
archived)
Also what's going on in the middle bits that look like mushy peas or broccoli?