// Last edited on 2003-12-06 20:17:07 by stolfi
// MC930 - Laboratorio 6 - Maneração de dados
// Martim Carbone - RA:002193

#declare ctr = < 7.00, 3.00, 0.00 >;
#declare camDir = (< -2, 5.00, -15 >) - (< 7.00, 3.00, 0.00 >);

camera {
  location   ctr + 1.00*camDir
  right      1.00*x
  up         0.75*y
  sky        y
  look_at    ctr
}
 

light_source { <3, 5, -3> color rgb <1, 1, 1>}
light_source { <6, 5, -3> color rgb <1, 1, 1>}
light_source { <19, 5, -3> color rgb <1, 1, 1>}
light_source { <6, 10, 15> color rgb <1, 1, 1>}

background{ color rgb < 1, 1, 1 > }

plane { <0, 1, 0>, 0
  pigment {
    rgb <0.6,0.7,0.4>
  }
}
  
#include "dados.inc"