sceneview-android
sceneview-android copied to clipboard
SceneView is a 3D and AR Android Composable and View with Google Filament and ARCore. This is a Sceneform replacement in Kotlin
I want to hide/show animate some parts of 3D model of .glb format. How to achive it.
I thought it wasn't smart that the `loadModelInstanceAsync` method was a callback. I wanted to write the source code as below . ```kt someScope.launch { val modelInstance = loadModelInstanceAsync(fileLocation =...
The default background is black. I would like to set it to white. How do I set it.
Follow up of https://github.com/SceneView/sceneview-android/pull/203
hi,2 questions: 1、Can lower versions of Android be supported, such as gradle version 4.x, Target API Level 30; 2、how to load the GLTF type.
Currently, with the version `2.2.0`, I am facing the issue where hitTest result is returned even if we tapped outside the node. The behavior can be reproduced with the following...
Logs eglChooseConfig failed with EGL_BAD_ATTRIBUTE 2024-06-04 17:47:34.464 7261-7261 AndroidRuntime io....ew.sample.modelviewer.compose D Shutting down VM 2024-06-04 17:47:34.481 7261-7261 AndroidRuntime io....ew.sample.modelviewer.compose E FATAL EXCEPTION: main Process: io.github.sceneview.sample.modelviewer.compose, PID: 7261 java.lang.IllegalStateException: Couldn't create...
App crashes if we play multiple animations simultaneously because playingAnimations map is modified while it is being iterated over.
After creating a SphereNode and adding it to the scene, we try to edit its radius and the result is a plane in the shape of a circle. Another problem...