Hello,
another request for help, from a Cesium newbie / Google Earth migrant:
Would someone please point me to a simple and complete (HTML, Javascript, and all) example of how to move an object (specifically the camera) from point A to point B in Cesium as smoothly as possible, with the following restraints (if at all feasible):
-- should not use flyTo()
(because I'd like to avoid the "kangaroo jump" effect;
see
https://groups.google.com/forum/#!topic/cesium-dev/r6EstN51kNo
-- should not use CZML
(I'll certainly look into it later, but not yet... :-))
-- should not require full understanding and/or modification
of the source code in Cesium.js
(ditto)
-- should work with the current Cesium v. 1.7.1
I have looked at the tutorials, the demos, even at the CZML Guide, and have searched this forum, but got lost in the jungle a bit, and couldn't find a simple enough (for me) example.
An additional problem is that apparently things have changed considerably recently. E.g. I did find a forum post (from 2013) describing what I was looking for, but when trying to run the animation, found that e.g. update() is no longer there, or perhaps behaves differently now. In general it seems that a lot has changed specifically with regard to animations.
So, any pointers to simple, practical, and up-to-date examples would be much appreciated.
Cheers,
Martin