Archives June 27, 2008
OBJ loader for OpenGLContext
Written by
on
in
Snaking.
Have been working on PyOpenGL and OpenGLContext all day. Have redone the OpenGLContext loader module and ported the OBJ loader from pyglet over. The OBJ loader seems to work fine, but I didn't find any OBJ files that include material information to test that. I'm going to have to fix the face-culling, seems that the ...