 
    
    
    
    
   
glutSolidIcosahedron and glutWireIcosahedron render a solid or wireframe icosahedron (20-sided regular solid) respectively.
Usage
void glutSolidIcosahedron(void); void glutWireIcosahedron(void);
Description
glutSolidIcosahedron and glutWireIcosahedron render a solid or wireframe icosahedron respectively. The icosahedron is centered at the modeling coordinates origin and has a radius of 1.0.
 
 
    
    
    
   