// POLAR / Sweets '00.02 // By Tsutomu HIGO E-mail: nj2t-hg@asahi-net.or.jp #version 3.1; global_settings { max_trace_level 7 assumed_gamma 2.2 } light_source {<20000, 100000, -50000> color <1,1,1>} light_source {<-60000, -30000, -40000> color <1,1,1>} camera { location <0,0,-10000> angle 6 look_at <0, 0, 0> } #declare Rdg=100; //basic radius of sphere //initialize the coordinates #declare Vmax=72; #declare Hmax=2*Vmax; #declare Cp=array[Hmax][Vmax+2][4] #declare V=0; #while (V, , } triangle { , , } texture { pigment { color rgb } finish { ambient 0.25 } } } #end #declare J=0; #while (J<3) #declare I=0; #while (I<2) #declare V=0; #while (V translate <-360+340*J,-180+360*I,0> no_shadow } #declare I=I+1; #end #declare J=J+1; #end background {color rgbt <0,0,0.2>}