Wednesday, April 19, 2006

Playing with spheres...


... while testing povray in Mediainlinux, my new favorite live linux CD.

Povray source code here:
-------------------------
//#include "colors.inc"
global_settings{max_trace_level 20}
#declare n=0;
#while(n<6)
#declare a=0.20+n*0.10;
sphere{z*2,0.75+0.015*n pigment{bozo
pigment_map{
[a rgbft 1]
[a rgb 0.8]}
scale 0.06} finish{ambient .10} }
#declare n=n+1;
#end
light_source{<0,1000,-340> color rgb 0.55}
light_source{<1000,-50,-340> color red .05}
light_source{<-2100,-150,-100> color blue .05}
-----------------------------

No comments: