Title: Mandelbulb Manipulations A145 Post by: mclarekin on October 06, 2015, 01:38:25 PM Mandelbulb Manipulations A145
(http://nocache-nocookies.digitalgott.com/gallery/18/8347_06_10_15_1_38_24.jpeg) http://www.fractalforums.com/index.php?action=gallery;sa=view;id=18309 Mandelbulb Manipulations A145 Title: Re: Mandelbulb Manipulations A145 Post by: Michael Scharrer on October 06, 2015, 08:00:32 PM How did you define the colors?
Title: Re: Mandelbulb Manipulations A145 Post by: mclarekin on October 07, 2015, 09:58:05 AM Mandelbulber's default colouring algorithm.
out->colorIndex = minimumR * 5000.0; Look in mandelbulber's compute_fractals.cpp for more. I still have a lot to learn about colouring techniques. :) Title: Re: Mandelbulb Manipulations A145 Post by: Michael Scharrer on October 09, 2015, 03:00:29 PM Thanks. |