如何在Android Studio中使用.fbx文件?

问题描述:

我需要在我的应用中实现3D模型。我有.fbx文件,我想实现它。我尝试使用.obj文件,但它可以工作,但无法使用.fbx文件。

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.

可以帮我处理.fbx文件吗,因为我已经实现了.obj文件,但它没有纹理。

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

谢谢!

您可能需要使用Unity3d导入 .fbx文件并将其构建为在Android上运行。 Unity3d将生成 .apk文件。

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

以下链接可能会对您有所帮助。
http://www.goprogramming.space/unity-and- android-studio-integration /

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