问题描述
我有几个 .obj 和 .fbx 格式的 3D 对象,其中包含 mtl 和纹理文件.我想知道哪个是在 Android 中呈现这些的最佳库.我想要实现的只是在活动中显示 3D 对象,并添加触摸手势(拖动和捏缩放).
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).
推荐答案
在尝试了 Rajawali 和 libGDX 之后,我可以说如果目的不是游戏开发,Rajawali 更容易实现.这是 Rajawali 库的链接:GitHub 链接
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
他们的支持非常好,开发人员在 GitHub 上报告时会很快回复并解决问题.
Their support is really good and devs reply quite quickly and resolve issues when reported at GitHub.
这篇关于如何在 Android 中渲染 OBJ 或 FBX?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!