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'm trying to apply makeup to a face using AugmentedFaceNode, but the performance isn't very successful. When I apply lipstick, it doesn't track very detailed and slips with head movement....

Stale

Hello, I'm encountering a runtime crash in my AR app that uses Sceneform. The crash occurs immediately after granting camera and AR permissions, and it seems related to the ARCore...

I have been trying to scan Qr code using sceneform and I tried ml kit and so far it's not working and it's really urgent can you please let me...

Can I get the size of objects by selecting the desired points? If possible, please provide a sample code

App is crashing in Android 14 devices. ``` java.lang.RuntimeException: Unable to resume activity {com.example..debug/com.google.ar.core.InstallActivity}: java.lang.SecurityException: com.example..debug: One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered...

My app keeps crashing (testing on a Samsung Galaxy Tab S9+). I followed the tutorial here, it's also in the readme.md file: https://medium.com/make-an-android-ar-augmented-reality-app-for/make-an-ar-augmented-reality-app-for-android-in-2022-48a1711562bb I'm using java instead of kotlin though,...

How can I remove the hand motion animation in Java? I found the below solution on GitHub, but these methods do not exist. is there any other way to hide...

**Bug Description** I am using the AR Core and ARScene to detect the surface and add Renderable Model on the surface. Most of the time, app crashes with logs added...

I am rendering .glb file in my app. I am getting .glb file from the local storage of mobile objects color is completely black IDK what is happening. but when...

While I have Successfully loaded the 3D Model from the Network url on the SceneView But I want to apply Some Physical Material to the Model with Image Texture with...