Peter Popov wrote:
>
> As the subject indicates, I am curious just how many levels of
> recursion can
> one do with a 3.1 #macro. I want to play around with the Mandelbrot /
> Julia
> set, but POV crashes at higher iteration settings (50+). Has anyone
> explored
> the depth of the problem and/or have a solution / workaround? Thanks
> in
> advance,
>
> Peter
I still have to install 3.01 but my guess it is a similar problem as
with recursive programming: you simply use to much memory. I don't know
how this is with POV-macros. With C or Pascal it depends on the amount
of variables you want to pass recursively AND the depth.
Remco
Post a reply to this message
|