nxddsnc / gltf-to-3dtiles

A command line tool to convert gltf to 3dtiles format.
Apache License 2.0
159 stars 47 forks source link

Cannot do picking correctly. #1

Closed nxddsnc closed 5 years ago

nxddsnc commented 5 years ago

I Think theres something wrong with the batchId in output files and the mesh cannot be picked correctly in cesium.js.

nxddsnc commented 5 years ago

The picking issue is solved. However, I used the total batch length as the bath length of each tile. This can cause significant GPU memory waste.