sceneform-android
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
Hi all, I am getting crash if I enable obfuscation in the project. Using version `1.20.5` `E/Filament: Panic in filament::MaterialParser *filament::createParser(filament::backend::Backend, const void *, size_t):69 reason: Material version mismatch. Expected...
Hi i am using V1.21.0 and this is error after a few seconds of running tiger animation sample ``` E/CameraCaptureSession: Session 0: Exception while stopping repeating: android.hardware.camera2.CameraAccessException: CAMERA_DISCONNECTED (2): cancelRequest:352:...
I have a sceneView without AR, made transparent, placed over a camera view. A Black and white square opaque ViewRenderable is placed, and in front of it, a transparent color...
Hi guys, I've just switched to this newer version of Sceneform and so far I like it, models feels more realistic, but I noticed that the engine gives an unwanted...
I have a Flutter app the uses ArCore with `com.gorisse.thomas.sceneform:sceneform:1.20.4` (I checked also 1.20.5). When I open the AR view, open another screen from it and go back, the app...
Let me explain you this point 1.I have create post where i can capture image and video using Augmented face AR , and plane AR and its working even I...
Hi. I want to implement a skeleton-binding feature in `filament` recently, and i saw the discussion you post on filament repo. There are some interesting sample on this `sceneform-android `...
Dear All, Please find that we are facing this issues in both Google scenefom and Scenefor Android SDK where Arcore / Sceneform crashes after 8 minutes following is the error...
Animation in sceneform is very strange. Whenever I call it in one row, it works, but not every time. `currAnim = ModelAnimator.ofAnimation(animationModel, "Idle"); currAnim.start(); currAnim.end(); currAnim = ModelAnimator.ofAnimation(animationModel, "Run"); currAnim.start();...