I want to draw a label in cesium.js over other entities, where the label background’s trancparency masks the entities below.
cesium.js
Here is an example:
Tried to create a custom Cesium.Material, but failed doing so
Cesium.Material
Wondering if it’s even possible?
Thanks