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

Hi, I use your SDK to display a gltf model in a small SceneView that is placed in a corner of the screen over a ARCore session. So, I have...

I have get three native anr trace files in below zip files using 1.20.5 and need your help @ThomasGorisse [anr.zip](https://github.com/SceneView/sceneform-android/files/8244528/anr.zip)

![Screenshot_20220218-104636_SceneFormDemo](https://user-images.githubusercontent.com/10569293/154608495-84d4a252-1b54-4594-8b90-ada50ffdcd11.jpg) As you can see. Phone modal surface is black when I use REALISTIC or SPECTACULAR config ![Screenshot_20220218-105430_SceneFormDemo](https://user-images.githubusercontent.com/10569293/154608838-496d71e4-0077-467f-a0bd-120b9a254785.jpg) And phone modal surface turns out to be oranged when I use...

We are using sceneform for showing several animated 3d Models (glb files) in a non AR activity. We have option for selecting different type of models via menu. Models are...

in filament::MaterialParser *filament::createParser(filament::backend::Backend, const void *, size_t):69 reason: Material version mismatch. Expected 17 but received 20. E/Filament:

Hello, how to prevent disappearing model from the scene on camera movement? https://youtu.be/MsX_vSy7YoM

bug
Filament

Hey folks, We were implementing `CameraManipulator` / `OrbitControls`, we came across this bug when we put the camera at a certain position, around the back of the model (x ->...

CameraCaptureSession: Session 0: Exception while stopping repeating: android.hardware.camera2.CameraAccessException: CAMERA_ERROR (3): cancelRequest:474: Camera 0: Error clearing streaming request: Function not implemented (-38) at android.hardware.camera2.CameraManager.throwAsPublicException(CameraManager.java:1039) at android.hardware.camera2.impl.ICameraDeviceUserWrapper.cancelRequest(ICameraDeviceUserWrapper.java:99) at android.hardware.camera2.impl.CameraDeviceImpl.stopRepeating(CameraDeviceImpl.java:1251) at android.hardware.camera2.impl.CameraCaptureSessionImpl.close(CameraCaptureSessionImpl.java:578) at...

I want to display a GLB file which is downloaded from the Internet. The download takes some time, so I'd like to inform the user about the progress. How to...

enhancement

I am trying to run the AR model viewer from the sample projects folder [here](https://github.com/SceneView/sceneform-android/blob/master/samples/ar-model-viewer-java/src/main/java/com/google/ar/sceneform/samples/gltf/MainActivity.java) on Android Studio 4.2.2 with a Pixel 2 API 29 x86 emulator. When running the...