How do I embed a 3D model inside an Android app?

In my application for Android (I develop in Android Studio), you need to add a room model. I'll draw this room, say, in Blender. And what to do next? How do I add it via Android Studio?

Author: Kromster, 2020-05-13

1 answers

You can use the code from this open-source project: https://github.com/andresoviedo/android-3D-model-viewer

I did not delve deeply, but the 3D model viewport is implemented in this class.

You also need to wake up to implement the libraries in the project, they can be found in grandle.

 4
Author: Greenorine, 2020-05-15 09:55:45