Releases: syoyo/tinygltf
Releases · syoyo/tinygltf
v2.9.3
What's Changed
- Allow WriteImageDataFunction() callback to be called with empty images by @ptc-tgamper in #496
- Fix Animation extensions being loaded in place of Sampler extensions by @msklywenn in #501
New Contributors
- @msklywenn made their first contribution in #501
Full Changelog: v2.9.2...v2.9.3
v2.9.2
What's Changed
- Properly clear the model before loading by @ptc-tgamper in #493
Full Changelog: v2.9.1...v2.9.2
v2.9.1
v2.9.0
What's Changed
- Filesystem API has been changed.
- Fix images not being saved due to missing filesystem callbacks by @ptc-tgamper in #491
Full Changelog: v2.8.23...v2.9.0
v2.8.23
What's Changed
- Update typedefs of C-style function pointers to std::function by @SeanCurtis-TRI in #489
New Contributors
- @SeanCurtis-TRI made their first contribution in #489
Full Changelog: v2.8.22...v2.8.23
v2.8.22
What's Changed
- M_PI was not defined by by @jam3sward in #475
- Bug/msft lod extension used by @ptc-tgamper in #480
- Added the pmode argument to _wopen to fix the access permission on MinGW by @The0Dev in #479
- Fix C4267 warnings in Visual Studio on WIN32 by @jam3sward in #481
- Fix C4018 warnings in MSVC on WIN32 by @jam3sward in #482
- msvc 32bit: Fix C4244 warning by @bwrsandman in #485
- Fix stripping of slashes from paths by @pmcgvr in #486
New Contributors
- @jam3sward made their first contribution in #475
- @The0Dev made their first contribution in #479
- @bwrsandman made their first contribution in #485
- @pmcgvr made their first contribution in #486
Full Changelog: v2.8.21...v2.8.22
v2.8.21
What's Changed
- [Feature] Add basic support for MSFT_lod extension by @ptc-tgamper in #471
Full Changelog: v2.8.20...v2.8.21
v2.8.20
Full Changelog: v2.8.19...v2.8.20
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