Releases: syoyo/tinygltf
Releases · syoyo/tinygltf
v2.8.19
What's Changed
- Fix Default constructed Material has wrong emissiveFactor #459 by @ptc-tgamper in #460
- Fix Empty nodes are wrongly serialized as null Issue #457 by @ptc-tgamper in #462
- Fix Light reference in the node issue #458 by @ptc-tgamper in #463
- Fix Empty scenes are wrongly serialized as null Issue #464 by @ptc-tgamper in #465
- Small security and overflow patch by @rhiskey in #467
New Contributors
- @ptc-tgamper made their first contribution in #460
- @rhiskey made their first contribution in #467
Full Changelog: v2.8.18...v2.8.19
v2.8.18
v2.8.17
What's Changed
- Fix incorrect component type shown in warning message by @nyalldawson in #455
Full Changelog: v2.8.16...v2.8.17
v2.8.16
What's Changed
- Handle the situation where the recorded component type does not match the required type for the actual number of stored points by @nyalldawson in #447
- Always use size_t for byte offsets by @emimvi in #449
- Add mingw msys2 workflow by @nyalldawson in #451
- Fix msvc build -- STRICT is a msvc macro name by @nyalldawson in #450
- Relax bin chunk end alignment check in permissive mode by @nyalldawson in #452
- Fix build with draco by @nyalldawson in #453
New Contributors
Full Changelog: v2.8.15...v2.8.16
v2.8.15
Added SetParseStrictness() API to control parsing strictness of glTF(default = strict).
What's Changed
- added project link to readme by @turanszkij in #442
- Fix misleading error message by @nyalldawson in #446
- Be tolerant when encountering emissiveFactor with array length 4 by @nyalldawson in #445
New Contributors
- @turanszkij made their first contribution in #442
- @nyalldawson made their first contribution in #446
Full Changelog: v2.8.14...v2.8.15
v2.8.14
What's Changed
- MinGW _wfopen_s fix by @RE-Kovalev in #435
- Fix issue when serializing extensions of a primitive by @dimitri-tdg in #436
- Modernize by @dyollb in #433
New Contributors
- @RE-Kovalev made their first contribution in #435
- @dimitri-tdg made their first contribution in #436
- @dyollb made their first contribution in #433
Full Changelog: v2.8.13...v2.8.14