sceneview-android icon indicating copy to clipboard operation
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

Results 175 sceneview-android issues
Sort by recently updated
recently updated
newest added

I recently started experimenting with this library. My use case is loading a simple model and then changing some material textures dynamically at runtime. This works with `io.github.sceneview:arsceneview:2.2.1`, today I...

Hello, I love the project and I am wondering when would the VideoNode would be available? I can try and make it work on my side and push a PR...

Hello the models are loaded but not shown if I use it with Camera X and detection resulted by Tensorflow I am adding the child to the scene view on...

Crash logs: ################ ARCore Native Error ################## BUILD_CHANGELIST:815835087 BUILD_BASELINE_CHANGELIST:807035025 ################### Stack Trace Begin ################ ARCoreError: third_party/arcore/ar/core/android/implementation/android_frame_manager_gl.cc:261 https://cs.corp.google.com/piper///depot/google3/third_party/arcore/ar/core/android/implementation/android_frame_manager_gl.cc?g=0&l=261 ARCoreError: third_party/arcore/ar/core/frame_manager.cc:493 https://cs.corp.google.com/piper///depot/google3/third_party/arcore/ar/core/frame_manager.cc?g=0&l=493 ARCoreError: third_party/arcore/ar/core/frame_manager.cc:196 https://cs.corp.google.com/piper///depot/google3/third_party/arcore/ar/core/frame_manager.cc?g=0&l=196 ARCoreError: third_party/arcore/ar/core/session.cc:2023 https://cs.corp.google.com/piper///depot/google3/third_party/arcore/ar/core/session.cc?g=0&l=2023 ARCoreError: third_party/arcore/ar/core/c_api/session_lite_c_api.cc:76 https://cs.corp.google.com/piper///depot/google3/third_party/arcore/ar/core/c_api/session_lite_c_api.cc?g=0&l=76 ###################...

Description: After updating to `v2.3.1`, the app crashes with a native SIGABRT when the SceneView is disposed in Jetpack Compose. ``` Error: Precondition in destroy:1262 reason: destroying MaterialInstance "Opaque Colored"...

Previously, SceneView enforced `keepScreenOn = true` by default, without providing a way to disable it. This caused issues in complex layouts - especially when SceneView is embedded within a RecyclerView...

I am facing a crash in decomposition phase, i have horizontal pager, one page has sceveview jetpack component it loads well than on changing tab it crashes happening in 2.3.0...

### Known Facts * Crash is device-dependent. I managed to reproduce it on `Samsung S20 SM-G981U1` and can not reproduce it on my other two devices * Crash appeared in...

This library has been extremely helpful for me on Android! Is there support for this on iOS?