Tileset styling and transparency

Is it possible to set the rendering of a 3D tileset from this (Cesium.Color.fromBytes(20, 146, 153, 200))

image

to this (from mapbox)?

image

It is still transparent, but it looks like the hidden back faces are not diplayed.

Thanks!

Hi @mioruggieroguida,

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.

1 Like

@janine

Done. Tileset styling and transparency · Issue #10776 · CesiumGS/cesium · GitHub