Scene constantly re-renders even when nothing changes

Cesium is just sitting there spinning the CPU even when nothing in the scene is changing at all.

This is, by default, going to waste people’s batteries.

The scene should re-render only when something changed (f.e. one off changes, or during animation).

Hi @trusktr

Enabling Scene.requestRenderMode will achieve this functionality, as shown in this Sandcastle.