// Standard style for UNICAMP logo // Last edited on 1999-10-08 19:37:20 by stolfi #declare texture_highlight_color = <1.00, 1.00, 1.00>; #declare color_logo_uc_red = 0.7*<1.00, 0.10, 0.30>; #declare color_logo_uc_blue = 0.6*color_basic_electric; #declare texture_bulb_color = color_logo_uc_blue; #include "texture-bulb.inc" #declare logo_uc_edge_texture = texture{ texture_bulb } #declare logo_uc_slice_texture = texture{ texture_bulb } #declare logo_uc_name_texture = texture{ texture_bulb } #declare texture_bulb_color = color_logo_uc_red; #include "texture-bulb.inc" #declare logo_uc_ball_texture = texture{ texture_bulb } // #declare texture_ceramic_color = color color_logo_uc_red; // #include "texture-ceramic.inc" // #declare logo_uc_ball_texture = texture{ texture_ceramic } // // #declare texture_ceramic_color = color color_logo_uc_blue; // #include "texture-ceramic.inc" // #declare logo_uc_edge_texture = texture{ texture_ceramic } // #declare logo_uc_slice_texture = texture{ texture_ceramic } // #declare logo_uc_name_texture = texture{ texture_ceramic } // #declare texture_flat_black = // texture{ // pigment{ // color rgb <0.00, 0.00, 0.00> // } // finish {diffuse 0.0 ambient 1.0} // } // // #declare texture_flat_white = // texture{ // pigment{ // color rgb <1.00, 1.00, 1.00> // } // finish {diffuse 0.0 ambient 1.0} // } // // #declare texture_flat_red = // texture{ // pigment{ // color rgb <1.00, 0.00, 0.00> // } // finish {diffuse 0.0 ambient 1.0} // }