How can I load .obj files in the Soya3D engine?
- by John Riselvato
I recently just found soya3d. I want to import .obj files, but it seems to only accept .data files. How can I import .obj files?
Importing a .obj file named "house" produces this error:
Traceback (most recent call last):
File "introduction.py", line 7, in <module>
model = soya.Model.get("house")
File…