I've written a C++ class that parses .obj files and creates an OpenGL compiled list for display. My problem comes from 3D studio outputting .obj files using UVW texture coordinates. I've done a lot of ...