Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gltfpack: Don't output empty children array
If a node doesn't have attached meshes and all child nodes were discarded because they were not referenced, we used to output an empty children array which is not allowed by glTF spec. Fixes zeux#294.
- Loading branch information