light_source{z*-5,1}#declare A=0;#while(A<170)sphere{<4*cos(A*3),3*sin(A*4),9+4*sin(A*14.99)*cos(A*14.99)>,.07 pigment{color rgb<1+sin(A*5),1+cos(A*6),1+sin(A*6)>}finish{diffuse.5 reflection.5 phong 1}}#declare A=A+.002;#end