// Last edited on 2011-04-25 09:35:56 by stolfi #include "tintas.inc" #include "boneco_macros.inc" // CENA background{ color rgb < 0.75, 0.80, 0.85 > } object{ eixos(10) } object{ boneco(10, -20, 30, 30, -20, +10) texture{ tinta_vermelha } } // object{ boneco_canela_com_peh(-20) texture{ tinta_vermelha } } // object{ boneco_perna(+90,-20) texture{ tinta_vermelha } } // CAMERA #declare cam_ctr = < 0, 0, 0 >; #declare cam_rad = 20; #declare cam_dir = <4,5,3>;