Animated Polylines

Hi all,

I'm currently drawing polylines within a Cesium model that are meant to represent electricity lines. Is there any way to make these look "live"? Like a glow animation, or a pulse travelling down them? Or an animation that indicates the direction?

I'm struggling to find anything and can't figure out how the animation works except in an individual sense from the Sandbox. I'd need every (dynamically) generated polyline to show its liveness.

Just a simple point in the right direction would be fantastic :slight_smile:

Thanks so much

I don’t think there is anything built into Cesium that would make an animation like this. I think you would need to create a custom material to animate the polyline in this way.

-Hannah