Hello everyone,
New Cesium user here, quite impressed with its capabilities so far.
Unfortunately I can’t say the same about myself as I’m struggling to apply a lagrange polynomial approximation (Cesium Sandcastle) to the basic flight tracker demo (Build a Flight Tracker – Cesium) flght path.
While I’m able to apply some interpolation to the 3Dmodel’s movements by supplying
airplaneEntity.position.setInterpolationOptions({
interpolationDegree: 5,
interpolationAlgorithm:
Cesium.LagrangePolynomialApproximation,
});
I’m unable to interpolate the flight path as seen in the interpolation sandcastle example.
Could someone please let me know how this can be achieved?
Best regards,
A.