POV-Ray : Newsgroups : povray.binaries.images : Mandelbulb test renders : Re: Mandelbulb test renders Server Time
31 Jul 2024 16:32:20 EDT (-0400)
  Re: Mandelbulb test renders  
From: waggy
Date: 16 Dec 2009 21:00:01
Message: <web.4b29908a1cd673e3f99d05c80@news.povray.org>
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>} }
....
}


Post a reply to this message


Attachments:
Download 'mb8i5q0_unrolled_640a.png' (307 KB)

Preview of image 'mb8i5q0_unrolled_640a.png'
mb8i5q0_unrolled_640a.png


 

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