//Ejemplo de prueba para una escena vista 3D
//Por: Mario H Tiburcio Z

#include "colors.inc"
#include "librerias.inc"

camera {
  location <5,4,-5>
  look_at <0,0,0>
}

light_source {<5,4,-3> color White}

//sphere{
//  <0,0,0>,1.5
//  pigment {color Red}
//}

//box{
//  <1.5,1.5,1.5>,<-1.5,-1.5,-1.5>
//  pigment {color Blue}
//  translate <-1.5,0,0>
//}

object {
cubillo
scale 2
rotate <0,45,0>
}

plane  { y,0 pigment {color Yellow}}
ejes3D

