Sceneform SDK allows you import and view 3D models (in such formats as .obj
, .fbx
or .glTF
) and then render realistic 3D scenes for ARCore apps or VR apps, without having to learn OpenGL. Sceneform includes a high-level Scene Graph API, a Physically Based Renderer (PBR) provided by Filament and Android Studio plugin for building 3D assets. ARCore is not able to import and render 3D models. ARCore is made for tracking and scene understanding stages.
In AR app development industry, Sceneform is ARCore's general companion.
However, Sceneform SDK has been archived and no longer maintained by Google. There's no any replacement for Sceneform except pure Filament renderer. Read this post if you need more details.