Hi,
Is there any to use RenderState for czml path? I want set polygonOffset for dynamic path to void z fighting with terrain and billboard.
We controled depthTest for whole scene will lead path overlying on the billboard~~~
theViewer.scene.globe.depthTestAgainstTerrain = true;
So we need some ways to control depthTest and polygonOffet of every element such as polygon, billboard and point.
Looking forward to your help, thanks.