My friend and I are working on an openGL game written in python using the pyglet library. Now we have finished the map drawing code and reached the point where we need to import some models that will be displayed on the map. The piglet does not seem to support it, except for some old SVN code, apparently (I worked a bit with a few failures). Does anyone know a good python script / library that can import 3D models?
source
share