Aww, Screw this!
Did you ever work too long on one feature in a project? It makes you want to get done with the project.
I tried to get 3D models loaded into my ninjarun game. ‘md2’ actually worked fine, but you usually draw it with the glVertex3f, glBegin, glEnd commands, which I …