How to show outline of GroundPrimitive polygongeometry?

Hi

I created a polygongeometry inside of geometry instance of a Cesium.GroundPrimitive. How can i define outline for it ?

I should be able to create outline and remove it for updating by time.

Hi @mohamad,

You may want to try updating the attributes member. I am not sure what the exact implementation would be - but I would start my search there. Here is the GroundPrimitive documentation for your reference:

You may also be able to use the polyline object to create an outline for your geometry.

-Sam

There is not outline in this document.