GLUT Shapes

Glut provides functions to draw several basic shapes - Platonic solids, simple curves, and teapots.

They can be drawn either with solid polygons, or in wireframe.

     glutSolidSphere(1.5, 16, 8)

     glutWireDodecahedron()

Example code: glutGeometry.py