Title: up up and away Post by: cubikman on July 13, 2016, 08:01:02 AM up up and away (http://nocache-nocookies.digitalgott.com/gallery/19/13955_13_07_16_8_00_59.png) http://www.fractalforums.com/index.php?action=gallery;sa=view;id=19419 this took about2 min to make it and it was 1 of 3 slices i added this to Mandelbrot equ's to rotate it a little bit between the y z axises xx1 = ((y1 * COS(Atan21 * .25 * drad) - z1 * SIN(Atan21 * .25 * drad))) + x1 / 2 zz1 = ((z1 * COS(Atan21 * .25 * drad) + y1 * SIN(Atan21 * .25 * drad))) + x1 * 2 |