Monday, April 6, 2009

Project 2: OpenGL OBJ reader

For this project, I had to implement a way of reading an .obj file into a window and displaying it's contents. An .obj file is basically a text document that has either a v (for vertex) followed by 3 values (an x, a y, and a z coordinates).

Below is a screenshot of the project on my desktop: