I want to use maya 3d model into my app,i searched everywhere but i am not getting anything.please help me.
Asked
Active
Viewed 1,844 times
-5
-
Please take a look [here](http://stackoverflow.com/help/how-to-ask) before asked – M D Oct 06 '16 at 06:00
-
Which model format specifically? Maya supports a lot of export formats – samgak Oct 06 '16 at 06:07
-
hey if anyone dont know the answer so dont say this is not useful. – Ashish Kumar Pal Oct 06 '16 at 06:07
-
can i used fbx extention – Ashish Kumar Pal Oct 06 '16 at 06:08
-
You can use assimp library to load/convert fbx. google "assimp android" – samgak Oct 06 '16 at 06:12
1 Answers
0
Android doesn't support Autodesk proprietary file formats such as Maya ASCII (ma) and Maya Binary (mb). But you can use common cross-platform 3D formats like OBJ or FBX.
Rendering Maya animation on Android?
How to use .fbx file in android studio?
Remember that can use only specified 3D formats on Android platform. Check what are those formats at official Android resource:
https://developer.android.com/guide/topics/graphics/opengl.html

Andy Jazz
- 49,178
- 17
- 136
- 220