melowntech / workshop

Workshop of Melown 3D stack
10 stars 3 forks source link

3dTiles Core Dump #37

Open Tekn1ck opened 2 years ago

Tekn1ck commented 2 years ago

Hi, I am trying 3dtiles2vts, the output is from Terraexplorer, and I am getting the following error.

2022-01-26 09:58:18 I3 [341(main)]: Analyzing input dataset (2023 3D Tiles). {3dtiles2vts.cpp:analyze():438} 2022-01-26 09:58:18 E2 [341(main)]: Unsupported file content type: <mesh_21.b3dm?id=21&x=3972634.0335116526112&y=4973178.7447179891169&z=-15273.725443402287056> in tile <0-0>. {3dtiles2vts.cpp:operator()():459} terminate called after throwing an instance of 'std::runtime_error' what(): Unsupported file content type: <mesh_21.b3dm?id=21&x=3972634.0335116526112&y=4973178.7447179891169&z=-15273.725443402287056> in tile <0-0>. @{3dtiles2vts.cpp:operator()():459} Aborted (core dumped)

Terraexplorer outputs Tileset.JSON to version 1.0 and the models (b3dm) to version 2.0

Thanks