|
|
<ake### [at] goteborgmailteliacom> wrote:
>Hi.
>
>Does anyone know if it is possible to calculate the Mandelbrot set in 3D,
>and if this is possible to render with POV?
>
>Regards,
You're lucky, two minutes ago I was looking at Mark's post looking for
the formula that he posted there so that I can give it to Warp for his
fractal patch, so here I am with this thing in the clipboard:
#declare Rn = (R*R-I*I)+X;
#declare In = (2*R*I-J*J)+Y;
#declare Jn= (2*J*I+2*J*R)+Z;
The relevant thread is called "3D Mandelbrot set" started by Mark
Wagner on Oct. 1 in p.b.i. I hope this answers your question :)
Peter Popov
ICQ: 15002700
Post a reply to this message
|
|