MiniGLUT 0.3
Release 0.3 changes:
- Fixed Makefile to work with older GNU make versions which do not support "else ifeq" chains.
- Implemented the missing functionality for hiding the cursor on X11 with
glutSetCursor(GLUT_CURSOR_NONE)
. - Implemented the missing Utah teapot primitive (
glutSolidTeapot
andglutWireTeapot
).