How to render OBJ or FBX in Android?

♀尐吖头ヾ 提交于 2021-01-27 06:53:26

问题


I have couple of 3D objects in .obj and .fbx format with included mtl and texture files. I would like to know which is the best library to render those in Android. All I want to achieve is to display the 3D object inside activity, and add touch gestures (drag and pinch zoom).


回答1:


After trying both Rajawali and libGDX I can say Rajawali is a bit easier to implement if the intention is not game development. Here is the link to Rajawali library : GitHub Link

Their support is really good and devs reply quite quickly and resolve issues when reported at GitHub.



来源:https://stackoverflow.com/questions/46251162/how-to-render-obj-or-fbx-in-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!