loicgasser / quantized-mesh-tile

Quantized-Mesh encoder/decoder and topology builder
MIT License
89 stars 20 forks source link

Compatibility problems between "cesium-terrain-builder" and "quantized-mesh-tile" #44

Open philippfra opened 1 year ago

philippfra commented 1 year ago

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" image

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

bertt commented 1 year ago

What happens after gunzip?

philippfra commented 11 months ago

@bertt: I'm not longer working on this project, we bought a tool to produce nice terrain-tiles. Thanks for your time.