Skip to content

Releases: syoyo/tinygltf

v2.8.19

11 Dec 11:57
6782f88
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.8.18...v2.8.19

v2.8.18

10 Oct 13:31
5e8a7fd
Compare
Choose a tag to compare

What's Changed

  • Allow BufferView indices to be unspecified. by @haroonq in #456

New Contributors

Full Changelog: v2.8.17...v2.8.18

v2.8.17

13 Sep 21:20
e0b393c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.8.16...v2.8.17

v2.8.16

08 Sep 14:38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.8.15...v2.8.16

v2.8.15

01 Sep 14:16
acf1e8a
Compare
Choose a tag to compare

Added SetParseStrictness() API to control parsing strictness of glTF(default = strict).

What's Changed

New Contributors

Full Changelog: v2.8.14...v2.8.15

v2.8.14

11 Jul 10:53
f51243d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.8.13...v2.8.14

v2.8.13

19 Jun 12:55
Compare
Choose a tag to compare

Fixed light and emitter in tinygltf::Node was not initialized. #431

Full Changelog: v2.8.12...v2.8.13

v2.8.12

13 Jun 17:14
e12e0a9
Compare
Choose a tag to compare

What's Changed

  • KHR_lights_punctual: Serialize node light refs by @agnat in #426
  • (experimental) KHR_audio parsing support (ASCII only) by @AdamFull in #429

New Contributors

Full Changelog: v2.8.11...v2.8.12

v2.8.11

06 Jun 17:49
c201efb
Compare
Choose a tag to compare

What's Changed

  • get rid of std::function by @agnat in #424
  • KHR_lights_punctual: parse light source references from scene nodes by @agnat in #423
  • Add missing extras and extensions fields by @agnat in #422

Full Changelog: v2.8.10...v2.8.11

v2.8.10

04 Jun 10:10
Compare
Choose a tag to compare

Fix duplicated JSON keys when serializing lights with RapidJSON backend. #420

Full Changelog: v2.8.9...v2.8.10