//Ejemplo de prueba para una escena vista 3D
//Por: Mario H Tiburcio Z

#include "colors.inc"
#include "librerias.inc"

camera {
  location <6,0,-6>
  look_at <0,0,0>
}

light_source {<4,5,-6> color White}
/*box{
  <0,0,0>,<1,1,1>
  pigment {color Green}
}*/
Cubillo(Cyan)
plane  { y,-2 pigment {checker Pink Blue }}
ejes3D

