2.0 - Gltfmodels have nodes with no name
When converting Collada files to GLTF 2.0, the nodes without geometry have no names unlike the source collada file
@danielma83, can you attach your COLLADA file?
The converter does write names to nodes. The node that you see in your model is the global Z_UP transform. The node Test_cube-node is an identity transform and it gets optimized out by removeUnusedNodes. This isn't really a bug. Kind of like #68, if there's interest in a flag to disable optimizations, that would be the way to go.
If someone is interested in implementing this feature see my comments on #68.
Thank you. We compiled a version that help us with the names. but that feature interests us 👍