OBJFileLoader
OBJFileLoader copied to clipboard
loading object without a imagefile
Hello, thanks for your great code . I used it in my app .
but I find a problem , one of my models in my project makes texture including .obj .mtl and a .exr file.
so when I wanna load my texture I get this issue that code need an image file ! I'm pretty sure OpenGL can load object without image file ! but I have not found a repo yet! do you how can I fix this problem ?
surf = pygame.image.load(imagefile)
error is in this line of your code.