I am trying to load obj files with wavefront. I failed while I selected file as obj file. I tried mtl and the 3d model didn't loaded. Code I just used:
kup = pywavefront.Wavefront("ichigo/kup.obj")
def on_draw():
window.clear()
visualization.draw(küp)
I tried with the name "kup.obj" but problem didn't fixed. I downloaded some 3D objects from a site. but problem is not about file.