/////////////////////////////////////////////////////////////////////////////// // // // (C) Carlos Tricas 2003 // // // // carlos.tricas@mundosimaginados.com // // // // www.mundosimaginados.com // // // /////////////////////////////////////////////////////////////////////////////// // // // Fichero: selec11.POV // // // // Nombre: SILENCIO // // // // 01/03 // // // /////////////////////////////////////////////////////////////////////////////// #include "colors.inc" background {White} camera { perspective location <-18,15,-100> look_at <0, 0, 0> } light_source { < -40, 40, -40 > White } #declare p=0.75; #declare prisma = box { <0,0,0>, <126,2,2> texture {pigment{Yellow}} } #declare fin=2*pi; #declare n=0; #while (n no_shadow } #declare n=n+pi/24; #end