sceneform-android icon indicating copy to clipboard operation
sceneform-android copied to clipboard

Sceneform Maintained is an ARCore Android SDK with Google Filament as 3D engine. This is the continuation of the archived Sceneform

Results 72 sceneform-android issues
Sort by recently updated
recently updated
newest added

I want to place some models according to longitude and latitude. How to develop them?

Hi, we have met a problem about the color. We get gltf file exported from Blender. But when we try to show the model in Sceneform with Android, we found...

Will sceneform maintained support rendering GLB files containing KTX2 at some point? With KTX2 | Without KTX2 (it's larger) :-------------------------:|:-------------------------: ![Screenshot_20220518-175858_AR glTF](https://user-images.githubusercontent.com/8157591/169180427-2ac882cb-e641-4e72-9563-3dff5f452014.jpg) | ![Screenshot_20220518-175816_AR glTF](https://user-images.githubusercontent.com/8157591/169180519-286e9a10-bfd3-4eb1-b0b0-f041dd89f1a1.jpg)

The documentation of scene.hitTest() says that it returns "the node closest to the screen". However, the returned node is not always the closest one. I think the problem is caused...

While loading a simple AR screen in pixel2/one plus nord devices, facing below crash issue in ar camera. Issue not reproducible few of our test devices ( Samsung galexy s9,...

I'm noticing sometimes my 3D model (glb) loads and appears pale/lighter (right screenshot), like there's a layer over top of it. Any idea why this could be? Note this is...

How do I center a GLB model on the Android device screen programmatically now that `RenderableSource.Builder().setRecenterMode()` has been removed? This is how I used to do it in Sceneform 1.15/1.17.1....

I'm trying to display the last frame of an animation by seeking to the end of the animation to be able to display the end state. This is a snippet...