#default{pigment{rgbt<2,2,0,.97>}finish{ambient.2 reflection.4 phong 1}normal{agate}}light_source{-2,1}union{sphere {0,2 pigment{rgbt<1,1,0,.9>}normal{marble.3}}#declare i=0;#declare c=clock*360;#while(i<360)cylinder{-x,x,.1 rotate i/2*z translate 4*y rotate i*x}#declare i=i+2;#end sphere{<-.8,0,0>.7 rotate (c+180)*z translate 4*y rotate (c*2+180)*x normal{marble.1}}sphere{<0,.8,0>.7 rotate c*z translate 4*y rotate c*2*x normal{marble.1}}rotatetranslate 10*z}