// Last edited on 2003-05-31 15:10:03 by stolfi #declare imgname = "face.png"; #declare ctr = <0,0,0>; camera { location ctr + 2.1 * < 0.00, 0.00, 10.0 > right 1.0*x up 0.50*y sky y look_at ctr } light_source { 100*< -10.00, 15.00, 25.00 > color 1.2*<1,1,1> } light_source { 100*< +10.00, 12.00, 25.00 > color 0.8*<1,1,1> } background{ color rgb <0.8,0.8,0.8> } #declare rosto = sphere { <2,2,0>, 3.0} #declare cena = object {rosto pigment { image_map{png imgname } scale<4,3,3> translate<0,-1.4,0> } } object { cena translate -<2,2,0> } object { cena translate -<2,2,0> rotate +60*y translate -6.5*x } object { cena translate -<2,2,0> rotate -60*y translate +6.5*x }