POV-Ray : Newsgroups : povray.binaries.images : Mandelbulb test renders : Re: Mandelbulb test renders Server Time
31 Jul 2024 16:21:28 EDT (-0400)
  Re: Mandelbulb test renders  
From: CShake
Date: 17 Dec 2009 01:18:37
Message: <4b29cd3d$1@news.povray.org>
waggy wrote:
> Here, a cylindrical coordinate transformation splits the power 8 'bulb at the
> seam, and unrolls it endlessly along the x-axis.  It might make a nice cornice
> or something.
> 
> It's called like this.
> 
> isosurface{
>     function{f_mandelbulb(y*cos(x),y*sin(x),z, mb_power_theta, mb_power_phi,
> int(mb_iterations-1), mb_rdiverge)}
> ....
>   contained_by{box{<-100*pi,0,-1.2>,<2*pi,1.2,1.2>} }
> ....
> }
> 
> 
> ------------------------------------------------------------------------
> 
And this is what everyone on the fractal forums is missing - artistic 
modifications of the shape just for fun. I can see this type of mapping 
producing some very interesting shapes!

I'm very much hoping that your f_mandelbulb() is included in the next 
beta, so I can start playing with it. Using the df3 approach is limiting 
the resolution for me too much now, and taking way too much time/space 
for what can be done better this way.
I'd use the patch now, but don't have the ability to compile windows 
builds, and I haven't had luck extending the expiration on home-compiled 
linux builds.

Once the number of entries bug is fixed in color_map I'll post my 
Fractint color map to pov color map converter, which will let you take 
generated maps from ApoMap (and Apophysis itself). Should be a fun way 
to get more coloring.


Post a reply to this message

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