Open y2kiah opened 8 months ago
Translucent glTF polygons are rendered double-sided in CesiumJS when the glTF material does not specify doubleSided, and backface culling is enabled. The following material provides a reproducible test case:
"materials": [ { "extensions": { "KHR_materials_unlit": {} }, "alphaMode": "BLEND", "pbrMetallicRoughness": { "baseColorFactor": [ 0.3, 0.4, 1, 0.15 ] } } ]
No response
Browser: Chromium CesiumJS Version: 1.115 Operating System: Ubuntu 22.04
I also encountered the same problem, but our project happened to run on this problem, so I wanted to ask if this is a bug or a feature.
What happened?
Translucent glTF polygons are rendered double-sided in CesiumJS when the glTF material does not specify doubleSided, and backface culling is enabled. The following material provides a reproducible test case:
Reproduction steps
Sandcastle example
No response
Environment
Browser: Chromium CesiumJS Version: 1.115 Operating System: Ubuntu 22.04