// Last edited on 2005-01-06 00:30:27 by stolfi // Processed by remove-cam-lights background{ color rgb < 0.8, 0.85, 0.9 > } #include "colors.inc" #include "stoneold.inc" #include "skies.inc" #declare fonte = seed(78437843646723); #include "dados.inc" #declare eixos = union { cylinder { <-100,0,0>, <100,0,0>, 0.3 pigment {Blue} } cylinder { <0,-100,0>, <0,100,0>, 0.3 pigment {Red} } cylinder { <0,0,-100>, <0,0,100>, 0.3 pigment {Green} } } #declare aco = texture { pigment { Gray } finish { ambient 0.05 diffuse 0.25 reflection Gray specular 0.2 roughness 0.05 } } #declare ouro = texture { pigment { Yellow } finish { ambient 0.05 diffuse 0.3 reflection Gold specular 0.2 roughness 0.05 } } #declare cristal = texture{ finish{ ambient 0.1 diffuse 0.1 reflection 0.25 specular 1 roughness 0.001 } pigment {color Blue filter 1} } #declare piso = plane { z,0 texture {Grnt11} } sky_sphere{S_Cloud2} grafo piso #include "camlight.inc" camlight(<43,0,20>,<-3,-90,10>,1.00,z,1.0)