We are looking at displaying hardware sensor data on top of Cesium. We need to know if it is possible to manually drive the cesiumjs clock. (pause and still receive websock messages) or alternatively, manually tell the clock to pause, resume.
We also need to get an event when the engine is done with the render update (so we can take 3D measurements).
Is this possible:
https://cesiumjs.org/Cesium/Build/Documentation/Clock.html
I am guessing from the doc above, that I might be able to just turn off and on the animation. and call tick() manually. Do I get a event for the end of tick?