Hello, how to create an android application which imports 3DS model from sdcard ?
I found the application importing OBJ model.
But when I use a lot of problems with the transformation 3ds → obj.
Hello, how to create an android application which imports 3DS model from sdcard ?
I found the application importing OBJ model.
But when I use a lot of problems with the transformation 3ds → obj.
It’s not that simple. You either have to write your own 3DS file format reader, or pack your models into AssetBundles and load them, or deal with problem which appear in 3DS → OBJ conversion.