//--------------------------------------------------------------------------------------- #include "shapes_lo2/Round_Box_Y.inc" //--------------------------------------------------------------------------------------- object{ Round_Box_Y ( <0.2,0.1,0.0>, <1,0.5, 1.5>, // Point_1, Point_2 of outline box 0.180, // Border_Radius_Big, // big radius of vertical borders 0.000, // Border_Radius_Small,// small radíus of horizontal borders 1, // Y_Filled___On, 0 // Merge___On ) //---------------------------------------- texture { pigment{ color rgb <1,1,1 >*0.85 } finish { phong 1 reflection 0.1 } } // end of texture scale<1,1,1> rotate< 0,0,0> translate<0.0,0.0,0.0> }//------------------------------------------------------------------------------------ //---------------------------------------------------------------------------------------