//-------------------------------------------------------------------------------------// //-------------------------------------------------------------------------------------// #include "shapes_lo2/BarrelRoof_Yroof.inc" //-------------------------------------------------------------------------------------// object{ BarrelRoof_Yroof( 1.00, // Half_Width_X, 0.50, // Roof_Height_Y, 1.20, // Total_Height_Y, 0.80, // Depth_Z 0, //Merge__On, ) //----------------------------------------------------------------// texture{ pigment{ color rgb< 1, 1, 1>*0.8 }// // normal { bumps 0.5 scale 0.015 } finish { phong 1 reflection 0.15 } } // end of texture translate<0,0,0> } //--------------- //-------------------------------------------------------------------------------------// //-------------------------------------------------------------------------------------//