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

