light_source{.4,1.5} object{ union{ #local b=0; #while(b<7) #local c=0; #while(c<7) #local d=sin(pi*cos(b)*cos(c)); #local e=sin(b)*cos(c); #local f=sin(c)*cos(b); sphere{,.1 pigment{rgb 1} finish{reflection 1}} #local c=c+.03; #end #local b=b+.03; #end}}