Tagged Questions
0
votes
1answer
89 views
Why is my obj file imported into pyglet showing a blank screen?
I am trying to figure out how to import .obj files generated using Blender into my Pyglet game. There is an importer object, example code, and an example .obj/.mtl file within Pyglet's contrib ...