Modify the program so that it displays other triangular shapes when you click the mouse buttons. Then rewrite the routines using the glArraryElement() function ( see class notes ).
Try the Icosahedron example discussed in class. You need to use a different color for each triangle in order to see the object.
( Extra Credit 0.2 ) Make use of the functions glPolygonMode() and glCullFace() discussed in