// Last edited on 2005-01-06 00:44:29 by stolfi
// Processed by remove-cam-lights

#include "textures.inc"
#include "colors.inc"
#include "stones.inc"
#include "metals.inc"
#include "woods.inc"
#include "finish.inc"
#include "shapes.inc"
#include "skies.inc"
#include "chars.inc"
#include "stars.inc"

background{ color rgb < 0.80, 0.80, 1.00>  }

#declare fundo =
  plane{<0,0,1>, 0
    texture{

      pigment{checker <0.80, 0.80, 0.00>,<1.00, 1.00,0.00> scale <16,16,16>}
      finish  {ambient 0.1 diffuse 0.9 }

  }
}

sky_sphere{S_Cloud4}

#declare parede =
  box{
    <0.00,0.00,0.00>,
    <1.00,1.00,1.00>
    pigment {Pine_Wood scale <0.25,0.25,0.25> }

  }

#include "dados.inc"

union{
 object {fundo}

 object {paredes scale 0.2}
}

#include "camlight.inc"
camlight(<0,55,20>,<25,-80,-10>,1.00,z,1.0)