1. A concise explanation of the problem you're experiencing.
I tried to publish the data in CityGML format to the web using 3DcityDB and 3DcityDBwebclient. Using 3DImporterExporter tool I successfully convert the data to KML/COLLDA format. By using Add layer option in 3Dwebclient page (index.html) I published the Collada-Json file to create scene URL. Here I am facing some problems:
When I load my entire data after some time I encounter the error "Render has stopped" with the following error, if I load partial data it is working fine.
Kindly help me to fix this.
An error occurred while rendering. Rendering has stopped.
DeveloperError: Expected width to be greater than 0, actual value was 0 Error
at new DeveloperError (http://localhost:8000/ThirdParty/Cesium/Cesium.js:540:19)
at Function.Check.typeOf.number.greaterThan (http://localhost:8000/ThirdParty/Cesium/Cesium.js:699:19)
at new Texture (http://localhost:8000/ThirdParty/Cesium/Cesium.js:88180:29)
at createTextures (http://localhost:8000/ThirdParty/Cesium/Cesium.js:208711:36)
at updateFramebuffers (http://localhost:8000/ThirdParty/Cesium/Cesium.js:208757:13)
at GlobeDepth.update (http://localhost:8000/ThirdParty/Cesium/Cesium.js:208838:9)
at updateAndClearFramebuffers (http://localhost:8000/ThirdParty/Cesium/Cesium.js:224894:31)
at executeCommandsInViewport (http://localhost:8000/ThirdParty/Cesium/Cesium.js:224719:17)
at updateAndExecuteCommands (http://localhost:8000/ThirdParty/Cesium/Cesium.js:224575:13)
at render (http://localhost:8000/ThirdParty/Cesium/Cesium.js:225111:9)
2. A minimal code example. If you've found a bug, this helps us reproduce and repair it.
3. Context. Why do you need to do this? We might know a better way to accomplish your goal.
4. The Cesium version you're using, your operating system and browser.