// Feito por Tiago Saad - 971717 #include "colors.inc" background { color White } camera{ location<15, 8, 12> look_at<0, 0, 0> } light_source{<10, 10, 10> White} light_source{<10, 0, 10> White} box { < 5, 1, 5 > < 9, 5, 9 > pigment {color rgb <1,0,0>} } torus { 2, 0.5 pigment {color rgb <0,1,0>} translate <7,1.5,2.5> } cone { <4,5,3>, 2 <-4,5,3>, 0 pigment {color rgb <0,0,1>} }