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 164 sceneview-android issues
Sort by recently updated
recently updated
newest added

Please let us know how to change texture of 3d model at runtime, in sceneform we use this code to change texture at runtime : ` public void LoadTexture(Context context,...

When dragging a Node in ARSceneView 2.0.3, it can crash with the exception `java.util.NoSuchElementException: Collection contains no element matching the predicate.` This is because in Node.kt on line 873 (in...

I can't seem to set the background color of the scene to match the actual color of the view surrounding it. And when I have both main direct light and...

Since updating the library to version 4.3.0, I've noticed that when I background my application and return to it, the camera's position has changed. I can also reproduce it by...

Does anyone know what's going on with version 2.0.3? (io.github.sceneview:arsceneview:2.0.3) In 2.0.2 everything I use works fine, but in 2.0.3 I launch the application and a black screen appears instead...

When I position the object horizontally or vertically, if I then move it and encounter a chair during horizontal movement or a window during vertical movement, the object begins to...

place object on vertical surface ,Issue is that in not detect vertical surface ,Horizontally work fine , sceneView = findViewById(R.id.sceneView).apply { planeRenderer.isEnabled = true configureSession { session, config -> config.depthMode...

I'd like to be able to control the render cycle for the SceneView model. Actually my requirement is to selectively enable/disable animation, and avoid render work for power savings when...

Hi, I'm working on a project which uses SceneView. We want to find a way how to block user interactions with the view to have a fixed projection of 3D...