// ALUNO: MARIO FERREIRA DE BRITO // RA: 898037 // Exemplo de arquivo de descricao de cena para POV-ray // Last edited on 2010-03-04 15:44:01 by stolfi // ====================================================================== // CORES E TEXTURAS #include "colors.inc" #include "stones.inc" camera { location <0, 2, -3> look_at <0, 1, 2> } box { <-1, 0, 0>, <1, 1, 5> texture { T_Stone12 scale 4 } rotate y*20 } light_source { <2, 4, -3> color White}