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
The model transform should only be used at the rendering stage otherwise it is similar to node transform.
Hello, I was trying to understand learn and understand "sceneview" usages, I already discovered how to get Augmented face in "sceneform-android" but when I try sceneview, I encountered several problems,...
A performance configuration should allow adjusting limits for the number of hit tests, updates of a node pose and other performance parameters without changing them individually. For example, there can...
Is it supposed to work ? The scale gesture detector works well. Samsung S8 - Android 9
> Would you mind doing the move from RenderableDefinittion to Filament direct mesh creation? We just need to make sure that we aren't missing any important features that Sceneform provided...
I just realized in my application that the `ArSceneView.renderer` is leaking so I've tried in the `sample-ar-model-viewer` demo and it seems that the leak is coming from the library. I...
For some 3D viewer use cases the camera angle should be restricted to a certain angle (like prevent the user to view the model from the bottom). Frameworks for iOS...
Hey there, Firstly thanks for your amazing work! I'm really enjoying SceneView :) I've found a bug on render with ArSceneView when the dimensions of the view is less than...
Compile error when under Android API level 24. Wonder to see if it is possible to allow compile under API level 24 and require run-time checking to use. For the...
Add a point cloud renderer as suggested here: https://github.com/SceneView/sceneform-android/discussions/278 Things to consider: - Integration with SceneView (using the new way of creating renderables and updating the points) - Shape for...