// Last edited on 2001-01-26 17:56:51 by stolfi // ELIMINADOS INCLUDES DE ARQUIVOS INEXISTENTES // (grades.inc, estrutura_predio.inc janelas.inc) // ELIMINADA INVOCAÇÃO DO OBJETO "grade" // --stolfi // Priscilla Sanches Marques // RA : 981944 // MC 930 - Computacao Grafica // 2 semestre 2000 // Projeto Final // Prof. Stolfi #include "colors.inc" #include "textures.inc" #include "stones.inc" #include "glass.inc" // #include "grades.inc" // #include "estrutura_predio.inc" // #include "janelas.inc" // Fundo, fonte de luz e camera background { color rgb<1.0, 1.0, 1.0>} #declare ceu = plane { z, -50 texture { pigment { SkyBlue } finish { ambient 1 diffuse 0} } texture { pigment { bozo turbulence .5 color_map { [0 White] [1 White filter 1] } } finish { ambient 1 diffuse 0 } scale <1000, 250, 250> rotate <5, 45, 0> } } light_source { < 20.00, 40.00, 40.00 > color rgb < 1.00, 1.00, 1.00 > } camera { //location < 90.00, 60.00, 60.00 > //look_at < 0.00, 0.00, 0.00 > location < 0.00, 0.00, 30.00 > look_at < 2.00, 2.00, 0.00 > } // Previa do predio ate o momento ... //object { ceu rotate <270.00, 0.00, 0.00>} //object { andar_terreo scale <10.00, 10.00, 10.00> } //object { grade } // object { janela_32 rotate <0.00, 60.00, 0.00 > }