I recently upgraded Cesium from 1.109 to 1.135.0 and found that BillboardGraphics no longer have priority over a polyline and a model.
I have a “lollypop” entity that contain a circle billboard and a stick polyline, and the polyline now is drawn over the billboard.
Here is the sandcastle example
And here is how it was in 1.109 version:
Is this a bug or do I need draw this in a different way?
I could make a full lollypop billboard without a polyline, but the problems I will still have:
- billboards overlapping looks strange now(Look at sandcastle where billboard edge is draw under another billboard).
- model is drawn over billboard.

