// Last edited on 2005-01-06 00:29:56 by stolfi // Processed by remove-cam-lights #include "textures.inc" #include "colors.inc" #include "stones.inc" sky_sphere { pigment {color rgb < 0.75, 0.80, 0.85 >} } background{ color rgb < 0.75, 0.80, 0.85 > } #declare sup_transp= texture{ finish { ambient 0.1 diffuse 0.1 roughness 0.001 reflection 0.25 specular 1 } pigment {color rgb <0.9,0.9,0.9> filter 1 } } #declare sup_metalica = texture { finish{ ambient 0.05 diffuse 0.05 reflection color rgb <0.8,0.4,0.5> specular 0.20 roughness 0.05 } } #declare sup_metalica2 = texture { finish{ ambient 0.05 diffuse 0.05 reflection color rgb <0.8,0.8,0.7> specular 0.20 roughness 0.05 } } #declare chao= plane { <0,1,0>, -1 pigment { granite scale <8,8,8> } finish { ambient 0.2 specular .3 reflection .2} } object {chao} #include "dados.inc" #include "camlight.inc" camlight(<-10,2,0>,<-2,13,20>,1.00,y,1.0)