// Está na cara
// Last edited on 2003-05-31 16:15:02 by stolfi
// 20/05/2003 Thiago Barroso Fonte Boa

#include "colors.inc"
#include "textures.inc"

#declare ctr = <0,0,0>;
camera {
  location  ctr + 2.5 * < 0, 0, -1 >
  right 1.0*x  up 0.5*y  sky y
  look_at ctr
} 

light_source { 50*< -15.00, 10.00, -15.00 > color 1.2*White } 
light_source { 50*< +15.00,  7.00, -15.00 > color 0.8*White } 
light_source { 50*<  +3.00,  2.00, -15.00 > color 0.4*White } 

sky_sphere{ pigment {Blue_Sky} }

#declare cabeca = 
  blob{
    threshold 0.4
    sphere{<0, 0, 0>, 0.5, 0.8 }
    sphere{<0, -0.3,-0.1>, 0.2, 0.4 }
    sphere{<0.01,-0.12,-0.5>, 0.15,0.25}
    sphere{<-0.1,0,0>,0.2,0.3}
    sphere{<0.1,-0.08,0>,0.2,0.3}
    pigment {image_map{gif "bush"} translate<-0.39,0.38,0> scale<1.4,0.74,1>}
    translate<0,0.1,0> 
  }

text{
  ttf "arial.ttf"
  "I'm GOoD. Believ' me..."
  0.1, 0
  texture{pigment {color rgb <1,0,0>} finish {phong 1}}
  scale<0.1,0.1,0.1> translate<-0.49,-0.43,0>
}

object { cabeca }
object { cabeca rotate +53*y translate -0.6*x }
object { cabeca rotate -53*y translate +0.6*x }