google-ar / arcore-android-sdk

ARCore SDK for Android Studio
https://developers.google.com/ar
Other
4.91k stars 1.2k forks source link

Require documentation to render 3D model using ARCore without using Sceneform. #1614

Open ms-biztech opened 9 months ago

ms-biztech commented 9 months ago

I have to develop an Android application using the latest ARCore SDK without using Sceneform. I'm not finding proper documentation for developing an Android application using the latest ARCore SDK. Currently, ARCore only provides a sample project. It's too complex to understand the sample code without documentation. Also, I don't have knowledge of OpenGL.

ARCore #Android

Totorro35 commented 5 months ago

To render 3D Model with ARCore, you need to made a OpenGL Renderer if you don't want external library. If you are not accurate with native OpenGL use external library like Filament or SceneView