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

Hi guys, first of all, want to preface this by saying thanks to everyone contributing to this awesome project. I wanted to ask if it is possible to render on...

I have a model of a card and I want to show the shadow of it when it is placed on a plane. Without the shadow, the model appears floating...

Hi... When I render a video using video node(You disable video node 1.2.3, but I create a new video node class) video show in triangle shape. How to solve that?...

I am not an expert in 3d and I know it is a very trivial issue. I am trying to load a cube in Scene composable but I see it...

I'm relatively new to this and had some trouble understanding why the models weren't loading, in the sample on the README the child nodes are never actually being added to...

Hi, I`m trying to use this sample code: https://github.com/SceneView/sceneview-android/blob/2230c5ab996dde289bd77dcf075a2fb1120356b5/samples/ar-augmented-image/src/main/java/io/github/sceneview/sample/araugmentedimage/MainFragment.kt#L30 in the app. Implement basic Augmented images. But If I try the sample code, then it shows the 3D model of...

## Why? The model viewer sample appears to be broken and mostly crashes with this stacktrace. ``` error with vers 2.0.0 6:41.120 12387-12387 libc io.....sceneview.sample.modelviewer A Fatal signal 11 (SIGSEGV),...

I am trying to add Scene inside a horizontal pager, but i get this crash when i go back forth in the horizontal pager in compose java.lang.IllegalStateException: Calling method on...

The library currently does not handle the case where it might have been included in an ARCore optional application. When the ArSceneView is initialized, the check to see if we...

Hi guys, I want to track an image, and show some text above it. There is an "ar-augmented-image" sample, so I changed the part of the code where a "rabbit"...