CesiumGS / cesium

An open-source JavaScript library for world-class 3D globes and maps :earth_americas:
https://cesium.com/cesiumjs/
Apache License 2.0
12.62k stars 3.42k forks source link

Allow Polylines to use InterpolationAlgorithm #4875

Open denverpierce opened 7 years ago

denverpierce commented 7 years ago

The Interpolation algorithms used by SampledPositionProperty are very useful for points through time, and would also be great for making curved static polylines.

I've got a hack around this using dummy time values, but it'd be nice to be able to render a curve easily in the entity API.

[enhancement]

hpinkos commented 7 years ago

Thanks for the suggestion @denverpierce!