Is it possible to set the rendering of a 3D tileset from this (Cesium.Color.fromBytes(20, 146, 153, 200)
)
to this (from mapbox)?
It is still transparent, but it looks like the hidden back faces are not diplayed.
Thanks!
Is it possible to set the rendering of a 3D tileset from this (Cesium.Color.fromBytes(20, 146, 153, 200)
)
to this (from mapbox)?
It is still transparent, but it looks like the hidden back faces are not diplayed.
Thanks!
Unfortunately that effect isn’t possible in the current state of CesiumJS. When a translucent style is applied to a tileset, back-face culling is automatically disabled. This means that models will never hide the back-faces as long as they are translucent.
If this is a feature you’d really like, though, you could open an issue on Github as a suggestion.