          // Plantilla de prueba para una escena
          // 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 Pink
          }

          box{
            <0,0,0>,<1,1,1>
            pigment {color Green}
          }

          plane  { y,0 pigment {checker Black Red}}
          ejes3D
     
