1. A concise explanation of the problem you're experiencing.
Hi all.
I'm new to Cesium, so please forgive me if this is a noob mistake on my part.
I'm using requestRenderMode to increase the performance of my web app per the blog post at https://cesium.com/blog/2018/01/24/cesium-scene-rendering-performance/. Things are working as expected except for when Cesium initially loads. What I'm noticing after the initial load is that Cesium continues its normal update/render cycle, even though requestRenderMode is set to true. This is happening in both my app and the Sandcastle example.
Is this expected behavior? Things seem to start working (aka the FPS goes to "N/A") if I interact with the globe (rotate with the mouse, zoom in, etc).
Hi there, the issue mentioned above, #6812, has just been closed and should resolve your issue. It will be included in the next release of Cesium on August 1st, and it’s currently available in master on GitHub. Thanks!