Can I freeze or lock updates?

I want to be able to lock Cesium view updates at some arbitrary point but still continue to be able to fly around with the camera. So for example with the Imagery Layers demo:

The tiles will change based on the camera frustum and eye distance (I'm guessing). Is it possible to stop and start the updates that cause tiles to update based on the camera?

Preet

Hi Preet,

For debugging, the Cesium Inspector tool can do this. Check the “Suspend LOD update.”

What is your use case?

Patrick

Nothing specific,

I was skimming though this:
http://cesiumjs.org/presentations/Rendering%20the%20Whole%20Wide%20World%20on%20the%20World%20Wide%20Web.pdf

and wanted to see how the tiles were being selected for rendering and how many tiles are drawn out for certain camera views.

Preet