Skip to content

Releases: qmuntal/gltf

v0.22.0

07 Mar 07:35
f34b1df
Compare
Choose a tag to compare

What's Changed

  • Auto embed resources without URI when encoding by @qmuntal in #54

Full Changelog: v0.21.1...v0.22.0

v0.21.1

02 Mar 12:19
f45cd9a
Compare
Choose a tag to compare

What's Changed

  • modeler: ensure Read functions always return a slice with the right length by @qmuntal in #52

Full Changelog: v0.21.0...v0.21.1

v0.21.0

13 Feb 16:12
a663a70
Compare
Choose a tag to compare

What's Changed

  • Validate accessor type by @zvdm in #47
  • Implement String method for all const types by @qmuntal in #48
  • Read/write external buffers from fs.FS by @qmuntal in #51

New Contributors

  • @zvdm made their first contribution in #47

Full Changelog: v0.20.3...v0.21.0

v0.20.3

27 Oct 13:23
80d3922
Compare
Choose a tag to compare

What's Changed

  • Fix failed to Encode() some gltf.Document when document has certain value in extras. by @neguse in #42
  • Add WriteImage example by @qmuntal in #43

New Contributors

Full Changelog: v0.20.2...v0.20.3

v0.20.2

09 Apr 20:43
6c59e83
Compare
Choose a tag to compare

🐛 Bugs:

  • Take into account glb buffer length when writing glb header #38

v0.20.1

13 Mar 17:33
58807b5
Compare
Choose a tag to compare

🐛 Bugs

  • Honor magFilter and minFilter undefined values #37

v0.20.0

03 Mar 22:41
Compare
Choose a tag to compare

⭐ Features

  • Add constant definitions of well-known attribute names, p.e. gltf.POSITION and gltf.NORMAL

⚠️ Breaking changes

v0.19.0

03 Mar 18:48
Compare
Choose a tag to compare

⭐ Features

  • Added binary.MakeSliceBuffer which creates an slice using a backing buffer slice

⚠️ Breaking changes

  • SizeOfElement has been moved from binary to gltf

v0.18.5

02 Mar 22:48
Compare
Choose a tag to compare

🐛 Bugs

  • ReadAccessor returns bounded slice in case the buffer param is larger than the accessor element count

v0.18.4

25 Feb 19:22
45021f3
Compare
Choose a tag to compare

🐛 Bugs

  • Support encoding .glb files without a binary buffer #34