// ------------------------- New object in POV-Ray version 3.7 -----------
ovus{ 1.00, 0.65 // base_radius, top_radius with  top_radius< base_radius! 
   
      texture{ pigment{ color rgb< 1.0, 0.65 0.0>*0.9}  
               normal { bumps 0.75 scale 0.03 }
               finish { phong 1 reflection { 0.10 metallic 0.10 } }
             } // end of texture 
      scale 0.5
      translate<0,0.5,0> 
    } //------------------------------------------------------------------
