The name is my question: how to load the * .obj 3d model in Python and apply texture to it. I managed to load the 3d model, view it and apply textures to simple blocks and walls, but it seems impossible to apply the texture to the 3d model. How can i do this? Is there a script to load a 3d model with texture in Python.
I use PyOpenGL as a platform, and I am not allowed to use pygame with my teacher.
source
share