POV-Ray : Newsgroups : povray.advanced-users : 3D Mandelbrot set : Re: 3D Mandelbrot set Server Time
30 Jul 2024 08:25:51 EDT (-0400)
  Re: 3D Mandelbrot set  
From: Peter Popov
Date: 2 Nov 1999 16:51:40
Message: <9VsfOEhEUp7VJwx4HNoORt+a1J6F@4ax.com>

<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

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.