xuzhusheng / gltf-to-3d-tiles

Convert glTF model to Glb, b3dm and 3D tiles format.
MIT License
123 stars 35 forks source link

It appears that there might be a bug in the Slicer class. #23

Open CCCCTX opened 9 months ago

CCCCTX commented 9 months ago

In the Slicer class, the entry point is a root node. However, not all glTF files have a root node. Some files may have multiple nodes at the same level, which seems to be incompatible with this project.