Hi all,
I’m using Urho3D on Raspberry Pi 3.
Up to now, I’ve been able to import simple 3D models with simple materials (color, …), with the following command:
./AssetImporter model /path/to/mymodel.obj /path/to/mymodel.mdl -l
Since I work with 3Ds Max, usually I export .obj (and .mtl) file from it, so as to be imported to Urho3D.
Now I want to import models that have image textures. But the above command doesn’t help.
Any suggestions !?