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

Hey there! Thank you for this useful library which saves a lot of time when working with ARCore :) I'm trying to create an android app that shows AR markers...

The ARCore session configuration is overridden here: https://github.com/SceneView/sceneview-android/blob/87de248f23c17e67f9ad39f4eee566fd96f488a2/arsceneview/src/main/java/io/github/sceneview/ar/ArSceneView.kt#L260 This happens even if you don't set the individual parameters (in this case the default values are used). Is it an intended...

It would be nice to know who is the original creator of a model and where it was downloaded from.

documentation
good first issue

All problems related to Filament picking should be fixed including: - [x] Finding a `Node` that was touched from a renderable ID #96 - [x] Returning a picked renderable ID...

bug
enhancement

:bulb: **Idea:** We would like to replace the old [`CollisionSystem`](https://github.com/SceneView/sceneview-android/blob/996112e1ac321901235c685d211c252d11469fce/sceneview/src/main/java/com/google/ar/sceneform/collision/CollisionSystem.java), that is no longer used for interacting with nodes, with a physics engine for motion and collision detection. :wrench: **Tasks:**...

enhancement
good first issue

**Current Issues:** - [ ] The move gesture moves the node but it jumps back when released. - [x] The scale gesture doesn't seem to work at first but then...