up up and away
http://www.fractalforums.com/index.php?action=gallery;sa=view;id=19419this 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