camera{ location <0,0,-10> direction 3*z right 4/3*x look_at <0,0,0> orthographic } light_source { <0,00,-30> color rgb 1 } background{ color rgb <1,0,1>} #macro obj(axis,amount,xx,yy) superellipsoid{<.0025,.0025> pigment {rgb axis} rotate axis*amount rotate <10,0,0> translate } #end obj(y,90 , 0 , 0)