How do I know the terrain rendering is complete?

1. A concise explanation of the problem you're experiencing.

    The browser terrain rendering coast more than 10 seconds in my project. I wan't to know the progress of terrain Rendering and when was the rendering completed.

2. A minimal code example. If you've found a bug, this helps us reproduce and repair it.

   var cesiumTerrainProviderMeshes = new CesiumTerrainProvider({
                url:'http://192.168.0.108:8015',
            });
             this.Cesium.cesiumTerrainProviderMeshes = cesiumTerrainProviderMeshes;

3. Context. Why do you need to do this? We might know a better way to accomplish your goal.

Hopefully, there will be progress bar to indicate progress of terrain rendering

4. The Cesium version you're using, your operating system and browser.

v1.35

Hi there,

Check out this thread: https://groups.google.com/forum/?hl=en#!searchin/cesium-dev/allTilesLoaded|sort:relevance/cesium-dev/uSyC7BjAw0w/Ly4ZHAkgBQAJ

Hope that helps!

  • Rachel