1. A concise explanation of the problem you’re experiencing.
I have a billboard of a circle outline (which looks similiar to https://fontawesome.com/icons/circle?style=regular). I have no problems selecting the billboard (scene.pick, scene.drillpick) when I click on the outline. I would like to be able to select the billboard when clicking inside of the outline.
I have played around with scene.pickTranslucentDepth and scene.useDepthPicking, and they do not seem to provide me with the desired behavior.
2. A minimal code example. If you’ve found a bug, this helps us reproduce and repair it.
This can be replicated by using the sandcaste billboards by changing the billboard image to be a circle outline.
3. Context. Why do you need to do this? We might know a better way to accomplish your goal.
Consistency with previous toolset
4. The Cesium version you’re using, your operating system and browser.
I have tried this in Cesium 1.46 as well as Cesium 1.42
Any help would be greatly appreciated.
Thanks in advance