Skip to content

Releases: syoyo/tinygltf

v2.8.7

18 Apr 20:25
5c06b7d
Compare
Choose a tag to compare

What's Changed

  • Fix serialization of AnimationChannel::target_node when it is zero by @louwaque in #415

New Contributors

Full Changelog: v2.8.6...v2.8.7

v2.8.6

10 Apr 18:39
a977f7a
Compare
Choose a tag to compare

What's Changed

  • Fix #411 by adding a Value(const char *) constructor. by @agnat in #412

New Contributors

Full Changelog: v2.8.5...v2.8.6

v2.8.5

30 Mar 11:49
d71c6f6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v.2.8.4...v2.8.5

v.2.8.4

13 Mar 16:32
967c98d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.8.3...v.2.8.4

v2.8.3

18 Feb 18:43
84a83d3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.8.2...v2.8.3

v2.8.2

15 Jan 20:40
98adbb3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.8.1...v2.8.2

v2.8.1

13 Jan 09:17
Compare
Choose a tag to compare

Missed serialization texture sampler name fixed. #399

What's Changed

New Contributors

Full Changelog: v2.8.0...v2.8.1

v2.8.0

12 Jan 12:16
Compare
Choose a tag to compare

Add URICallbacks for custom URI handling in Buffer and Image. PR#397

v2.7.0

29 Dec 12:15
Compare
Choose a tag to compare

Change WriteImageDataFunction user callback function signature. PR#393.