-5

I want to use maya 3d model into my app,i searched everywhere but i am not getting anything.please help me.

Ashish Kumar Pal
  • 347
  • 2
  • 15

1 Answers1

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