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
## Proposition In the current version, there is no way to pause, reverse, or change the speed of animations on a `ModelNode`. This enhancement would bring each of those capabilities....
How to host spatial anchor on microsoft azure spatial anchor service?
This exception is being raised when I show and hide a Scene in Compose: `java.lang.IllegalStateException: Calling method on destroyed Scene` ### Code: ``` val cameraNode = rememberCameraNode(engine) { position =...
Hello there, thanks for your work at SceneView, i use it in my current project and i am overall happy with it! I have to implement Videos in AR and...
### Problem When `rememberOnGestureListener` is recomposed, listeners are not updated. ### Example Please see example below. After "option" is selected by using bottom sheet (e.g. "First"), you would expect that...
I added `editableScaleRange = 0.2f ... 0.75f` in model-viewer-compose, but did not work, can be scaled very large and very small
### Discussed in https://github.com/SceneView/sceneview-android/discussions/482 Originally posted by **paricleu** April 4, 2024 I've ran into a problem animating Node transforms. Transforms without animations work well e.g. `node.transform(position, rotation, scale)` and even...
I cloned the whole project. I have run the **ar-cloude-anchor** sample project. I am getting this error. `lateinit property cloudAnchorNode has not been initialized` inside the codebase I did not...
## What is included? ### AR-ViewNode-Sample #### UI * One Button to add a new ViewNode * A Tracking-Indicator to show the User where a ViewNode can be placed in...
When attempting to playback a recorded AR session, `ARSceneView` crashes with `TextureNotSetException` ``` com.google.ar.core.exceptions.TextureNotSetException at java.lang.reflect.Constructor.newInstance0(Native Method) at java.lang.reflect.Constructor.newInstance(Constructor.java:343) at com.google.ar.core.Session.throwExceptionFromArStatus(Session.java:16) at com.google.ar.core.Session.nativeUpdate(Native Method) at com.google.ar.core.Session.update(Session.java:2) at io.github.sceneview.ar.arcore.ARSession.updateOrNull(ArSession.kt:103) at io.github.sceneview.ar.ARSceneView.onFrame(ARSceneView.kt:477)...