Bill DeWitt wrote:
> I sort of knew it wasn't little blocks stuck together, but I was hoping
> that it was done with a fractal formula and that we could modify it to
> develop other fractal shapes.
It probably can be made that way, if you generate the formula with
a recursive algorithm (sort of lsystem, maybe ?).
#declare formula = {
#while loop..
#declare frequency = frequency*2;
+ sub_formula_using_frequency_as_a_parameter
#increment loop..
#end loop.
}
Fabien.
Post a reply to this message
|