How to use .fbx file in android studio?

让人想犯罪 __ 提交于 2020-03-06 03:01:23

问题


I need to implement 3D model in my app. I have .fbx file and I want to implement it. I tried with .obj file and it is working but I am not able to use .fbx file.

Can you please help me with .fbx file as I have already implemented .obj file but it doesn't give textures.

Thanks!


回答1:


You may need to use Unity3d to import the ".fbx" file and build it to run in Android. Unity3d will generate ".apk" file.

Following link may help you. http://www.goprogramming.space/unity-and-android-studio-integration/



来源:https://stackoverflow.com/questions/36982198/how-to-use-fbx-file-in-android-studio

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