How to make Cesium Entity invisible but interact with picking

Hi there,

To enable translucent picking, set viewer.scene.pickTranslucentDepth = true. Please note that there can be a performance implication as more passes are needed to enable this feature.

1 Like