This program loads all the vertices and faces from the obj file and even loads their material from mtl file and stores into heap as a custom vector and uses opengl to render it into 3D perspective.
You can control the viewport using middle mouse button, cycle through objects using left button and toogle the wireframe using right mouse button.