'Sceneform, Pale 3D model
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 ->
Solution 1:[1]
Resolved by bumping the filament version to 1.7.0
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | VIN |
