I’m working on an offline project where I need to convert my terrain data into a format compatible with Cesium. Specifically, I have terrain data in .dte2 and .tif formats and I’d like to convert either one of them to Cesium’s quantized-mesh format.
I understand that Cesium supports two main terrain formats: heightmap and quantized-mesh.
I’m particularly interested in converting my data to the quantized-mesh format, as it is better suited for large-scale terrain rendering.