For this assignment, you will be creating an Alias/Wavefront OBJ file format visualizer using C or C++ with the OpenGL Utility Toolkit (GLUT). The specifications are outlined below.
Your program must be able to properly parse vertex (v), face (f), and comment (#) data from an input OBJ file.
The OBJ files I'll be testing your program with ONLY contain vertices, faces, or comments.
Comments should be ignored by your program (everything from the # to the newline).
After reading in the OBJ file, your program should allow me to interact with the model using the following keyboard commands:
Please use the Stanford Bunny OBJ file posted at http://www.robertjamesbruce.com/cs116a_assignment3_bunny.obj.