// Exemplo de arquivo de descricao de cena para POV-ray // Last edited on 2000-09-21 20:06:05 by stolfi background{ color rgb < 1, 1 ,1 > } light_source { < 8.00, 4.00, 2.00 > color rgb < 1.00, 1.00, 1.00 > } #include "colors.inc" camera { angle 15 location <8,8,8> look_at <0,0,0> } light_source { <10, 20, -10> color White } blob { threshold .65 sphere { <0,0.50,0>, .8, 1.42 pigment {Green} } sphere { <0,-0.50,0>,.8, 1 pigment {Green} } finish { phong 1 } } sphere { <0.41, 0.9,0.0>, 0.1 pigment {Black} } sphere { <0.41, 0.92 ,0.29>, 0.1 pigment {Black} } cone { <0.5,0.6,0.10>,0.2 <0.7,0.6,0.10>,0.1 pigment {Black} } cylinder { <0.1,1.3,0.2>, <0.1,1,0.2>, 0.09 pigment {Black} }