Hi!
On a old Cesium version I could use scene.pick(position) to get primitives with alpha color = 0. Now, when the primitive is transparent scene.pick(position) returns undefined. Is there a way to get transparent primitives by click?
I use it to select a no filled polygon. I build a polygon and a polyline. I set the alpha of the polygon to zero and the user can click inside the polygon to select it.
Thanks!