#include "colors.inc" background { color rgb < 0.0, 0.0, 0.0 > } light_source { < 0.00, -5.50, 6.90 > color rgb < 1.00, 1.00, 1.00 > } camera { location < 0.00, -5.50, 6.90 > right < 2.40, 0.00, 0.00 > up < 0.00, 0.00, 1.80 > sky < 0.00, 0.00, 1.00 > look_at < 0.00, -2.00, 1.60 > } #declare bola = sphere { < -3.5, 0.00, 0.30 >, 1.20 pigment { White } } #declare cara = cone { <-1.7,-4.2,0>,0 <-2,-0.9,0>,1.5 pigment { Blue } } text { ttf "timrom.ttf" "mousys" 0.5, 0 pigment { Gray } scale <2,2,2> } union{ object {bola} object {bola translate <2.5,0,0>} object {cara} translate }