The title is my question: How can I load an *.obj 3d model in Python and apply a texture to it. I managed to load a 3d model, view it and apply textures to simple blocks and walls, but it seems impossible to apply a texture to a 3d model. How can I do that? Is there a script to load a 3d model with a texture in Python.
I'm using PyOpenGL as platform and I'm not allowed to use pygame from my teacher.