Skip to content

Releases: qmuntal/gltf

v0.27.0

23 Aug 09:24
782e57e
Compare
Choose a tag to compare

What's Changed

  • Optimize modeler.ReadAccessor for sparse accessors by @qmuntal in #83
  • Simplify interleaved primitive attribute writing by @qmuntal in #84
  • Use int instead of uint32 for all non-wire data by @qmuntal in #85
  • Remove validation tags by @qmuntal in #86

Full Changelog: v0.26.0...v0.27.0

v0.26.0

24 Jun 09:05
Compare
Choose a tag to compare

What's Changed

  • Rename Channel to AnimationChannel and make AnimationChannel.Sampler mandatory by @qmuntal in #81
  • Upgrade GitHub actions dependencies by @qmuntal in #82

Full Changelog: v0.25.0...v0.26.0

v0.25.0

19 Apr 16:27
887e847
Compare
Choose a tag to compare

What's Changed

  • Use float64 for all json numeric properties by @qmuntal in #76
  • Fix typo in lightspunctual package name by @qmuntal in #77
  • Rewrite interface{} to any by @qmuntal in #78

Full Changelog: v0.24.3...v0.25.0

v0.24.3

16 Jan 14:54
21d46fa
Compare
Choose a tag to compare

What's Changed

  • Support buffer.uri containing ".." by @qmuntal in #75

Full Changelog: v0.24.2...v0.24.3

v0.24.2

24 Jul 14:10
bfc4ff5
Compare
Choose a tag to compare

What's Changed

  • Avoid out of bounds when evaluating Image.URI by @oahzgnaw in #70

New Contributors

Full Changelog: v0.24.1...v0.24.2

v0.24.1

18 Jul 14:12
f894395
Compare
Choose a tag to compare

What's Changed

  • Avoid out of bounds when evaluating Buffer.URI by @pic4xiu in #69

New Contributors

Full Changelog: v0.24.0...v0.24.1

v0.24.0

29 May 10:05
7ed65a3
Compare
Choose a tag to compare

What's Changed

  • Feature/add name to bufferview by @zvdm in #67

Full Changelog: v0.23.1...v0.24.0

v0.23.1

06 Oct 09:55
7a8f8bb
Compare
Choose a tag to compare

What's Changed

  • Support binary glTF files where first buffer is not binary by @qmuntal in #64

Full Changelog: v0.23.0...v0.23.1

v0.23.0

28 Sep 15:55
6914b8d
Compare
Choose a tag to compare

What's Changed

  • Support whitespaces in local URIs by @qmuntal in #61
  • Mark AnimationSampler Input and Output fields as required by @qmuntal in #62

Full Changelog: v0.22.1...v0.23.0

v0.22.1

11 Jul 06:50
3ea49a1
Compare
Choose a tag to compare

What's Changed

  • Remove usage of unsafe when checking header size by @mokiat in #55
  • Added SetJSONIndent to Encoder by @xackery in #57

New Contributors

Full Changelog: v0.22.0...v0.22.1