How to load * .obj file in python and apply texture to it

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.

+4
source share
1 answer
+2

Source: https://habr.com/ru/post/1544653/


All Articles