Say I have a polyline of 10 points, each of them with a time field.
Is there a basic example of how to make it such that the polyline segments show up as the timeslider gets to them programatically? Conversely, if the time slider is moved to the left, points would disappear.
I have 2 separate polylines, each with different times that I want to be able to add to cesium to animate. Is this done with a single entity per polyline? Or is is it a single entity per segment? Or is it primitives I should be using for better performance?