Reputation: 169
How can I load 3D model coming from api in native android app?
Upvotes: 1
Views: 351
Reputation: 46
To get it from api, you can have .mtl or .obj file from parsing & save it locally.
you can use Rajawali library sample code is :https://github.com/Rajawali/Rajawali
Upvotes: 1