geo-data / cesium-terrain-builder

A C++ library and associated command line tools designed to create terrain tiles for use in the Cesium JavaScript library
Other
706 stars 338 forks source link

ctb-tile gets killed after "90..." #91

Open Hisos opened 4 years ago

Hisos commented 4 years ago

Hi, @ahuarte47 ctb-tile gets killed after "90..." in vs2015 Release x64(Debug is ok) in your code "ahuarte47/cesium-terrain-builder branch master-quantized-mesh". And if the output directory is not empty, both the debug and release will be killed at the beginning.

ahuarte47 commented 4 years ago

You could use this Docker image. It may fix your problems.

Hisos commented 4 years ago

But I need to embed the ctb codes into another program.To fix the bug maybe a challenge.

ahuarte47 commented 4 years ago

You can run the tool with only one thread, it can help, check please the available flags in the documentation, or debug yourself to find the issue.

Hisos commented 4 years ago

OK,thanks.