Title: Laserdisc Spin Driver Post by: Pauldelbrot on October 03, 2012, 05:20:53 AM Laserdisc Spin Driver
(http://nocache-nocookies.digitalgott.com/gallery/12/511_03_10_12_5_20_52.jpeg) http://www.fractalforums.com/index.php?action=gallery;sa=view;id=12465 A Nova fractal, with a super-multiwave gradient: endless variation with increasing iterations, but also changes in hue with the attractor's direction from the origin and in luminance with the rotation of the last few iterates around the attractor. The former gives contrast between Mandelbrot features and the "outside"; the latter adds the shiny effect to the buds and the 3D effect to the attractor preimages "outside". Title: Re: Laserdisc Spin Driver Post by: yv3 on October 04, 2012, 09:23:59 PM I love your images! this one is really nice. Your colouring techniques are amazing! You keep the spirit alive :)
Title: Re: Laserdisc Spin Driver Post by: Pauldelbrot on October 05, 2012, 12:47:03 AM Thanks! Er, what spirit? ;)
BTW, that image was computed in a single pass. No layers, no mess, no fuss. And there are a couple of zooms on the way (with changed colorings). Title: Re: Laserdisc Spin Driver Post by: yv3 on October 05, 2012, 02:07:23 PM I mean the spirit of the old good 2d fractals without no post processing and layering, fractals with psychedelic coulourings that remind me of hippies wearing fractal shirts and stuff like this (this was not my generation but ive heard about it). Your fractals make me high, without any drugs :). Those fractals are rarely found today, similar to retro games, everything gets more commercial and Teenager/Money-oriented those days, more complex stuff is more shitty in my opinion because it leaves less space for imagination! Mabye some day i will understand your coloring techniques and integrate them in my own tool yFract, but probably i will stuck because of my bad math knowledge and/or because my tool uses hard-wirded 256-Color-Palettes. Maybe you can post some sample code (instead of formulas) some day, that would be wondercolorful!
Greetings Title: Re: Laserdisc Spin Driver Post by: Pauldelbrot on October 06, 2012, 02:40:57 PM I see -- thanks! The math behind the coloring techniques is explained in a scattering of various posts. The notable ones might be:
The Nova image above used convergent smoothed iterations with multiwave to generate a color, and additionally generated one more luminance-influencing wave using the Julia internal angle and a hue-influencing wave using atan2(Ax,Ay). Julia internal angle was calculated without the -atan2(Cy-Ay,Cx-Ax), or else it would have had no effect; with it, the Mandelbrot bulb portions get two repeats of the gradient and it's rotated differently for different bulbs. (Mandelbrot internal angle would have one repeat, so a dark side and a light side per bulb, and a fixed point of the gradient at the attachment point to the parent bulb, so, the same relative orientation of the gradient and the bulb's features for all of them.) |