Sceneform, Pale 3D model

79 Views Asked by At

I'm noticing with Sceneform 1.16.0 that 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? This occurs approximately every 35 loads.

        ModelRenderable.builder()
            .setSource(context, Uri.parse(uri))
            .setIsFilamentGltf(true)
            .setRegistryId(uri)
            .build()
            .thenAccept { modelRenderable: ModelRenderable ->
1

There are 1 best solutions below

0
On

Resolved by bumping the filament version to 1.7.0

https://github.com/google/filament/releases/tag/v1.7.0