I generated terrain-tiles with the docker- version of cesium-terrain-builder . The tiles are working with Cesium, all looks good to me.
Now I would like to decode and edit single tiles with "quantized-mesh-tile". I follow the tutorial but face an error: "unpack requires a buffer of 2 bytes"
It seems to me, the terrain-tiles built with ctb are not compatible to this library. Are there any ideas how to fix this?
I generated terrain-tiles with the docker- version of cesium-terrain-builder . The tiles are working with Cesium, all looks good to me. Now I would like to decode and edit single tiles with "quantized-mesh-tile". I follow the tutorial but face an error: "unpack requires a buffer of 2 bytes"
It seems to me, the terrain-tiles built with ctb are not compatible to this library. Are there any ideas how to fix this?
Issue also reported here: https://github.com/geo-data/cesium-terrain-builder/issues/89