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