now we're talking! this looks so much like a painting, it reminds me of the joshua tree park let alone the deserts in california that are littered with them. thumbz up award.
Thanks - that's actually not really the Mandelbulb, in UF it's actually using thower*atan2(zri) phower*atan2(imag(zri)+flip(zj)) where zri is the x and y and zj is the z, plus the sin/cos combination is: zri = r*(cos(th) + flip(sin(th)*cos(ph))) + cri zj = r*sin(ph) + cj
If you want to know more then check through the forums at [link]
th
ph
where zri is the x and y and zj is the z, plus the sin/cos combination is:
zri = r*(cos(th) + flip(sin(th)*cos(ph))) + cri
zj = r*sin(ph) + cj
th = power*atan2(zri)
ph = power*atan2(imag(zri)+flip(zj))