camera{ location <0,0,-10> right 4/3*x look_at <0,0,0> orthographic } light_source { <0,0,-30> color rgb 1 } background{ color rgb 1} #macro obj(axis,amount,xx,yy) superellipsoid{<.75,.25> pigment {rgb axis} rotate axis*amount translate } #end obj(x, 0 , -5 , 2.5) obj(x,45 ,-2.5, 2.5) obj(x,90 , 0 , 2.5) obj(x,135,2.5, 2.5) obj(y, 0 , -5 , 0) obj(y,45 ,-2.5, 0) obj(y,90 , 0 , 0) obj(y,135,2.5, 0) obj(z,180+ 0 , -5 , -2.5) obj(z,180+45 ,-2.5, -2.5) obj(z,180+90 , 0 , -2.5) obj(z,180+135,2.5, -2.5)