syoyo / tinygltf

Header only C++11 tiny glTF 2.0 library
MIT License
2.01k stars 409 forks source link

Fix Empty nodes are wrongly serialized as null Issue #457 #462

Closed ptc-tgamper closed 10 months ago

ptc-tgamper commented 10 months ago

tiny_gltf.h - make sure to serialize null node as empty object; tester.cc - add respective test case

syoyo commented 10 months ago

Thanks! Merged!

TODO: Do the same for other glTF scene items.