// 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" // Fundo, fonte de luz e camera background { color rgb<1.0, 1.0, 1.0>} light_source { < 50.00, 7.00, -20.00 > color rgb < 1.00, 1.00, 1.00 > } camera { location < -3.00, 5.00, 5.00 > look_at < 0.00, 2.00, 1.00 > } // esqueleto principal do predio // // grades das janelas e das portas do forum #declare moldura_grade_externa_1 = box { <0.00, 0.00 ,0.00>, <4.00, 4.00, 0.10> texture { Rusty_Iron } } #declare moldura_grade_externa_2 = box { <1.00, 1.00 ,0.00>, <3.00, 3.00, 0.10> texture { Rusty_Iron } } #declare grade_externa = difference { object { moldura_grade_externa_1 } object { moldura_grade_externa_2 } } // // andar terreo // esqueleto do andar terreo box { <0.00, 0.00, 0.00>, <50.00, 20.00, 20.00> texture { T_Grnt15 } } // escadaria de entrada // primeiro box { <50.00, 0.00, 0.00>, <50.00, 5.00, 20.00> texture { T_Grnt15 } } // Letras na frente do predio // estatuas da justica na entrada // demais andares // // Montagem da cena principal //