Skip to content

Releases: qmuntal/gltf

v0.18.4

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

🐛 Bugs

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

v0.18.3

24 Jan 17:51
Compare
Choose a tag to compare

🐛 Bugs

  • go3mf.RegisterExtension is now guarded against race conditions.

v0.18.2

21 Dec 08:10
Compare
Choose a tag to compare

🐛 Bug

  • Upscale colors from [0,255] range to [0, 65535] range when modeler.ReadColor64 is reading a uint8 accessor.

v0.18.1

20 Dec 17:13
Compare
Choose a tag to compare

🐛 Bug

  • modeler.ReadAccessor now correctly reads interleaved buffers.

v0.18.0

14 Dec 18:22
Compare
Choose a tag to compare
  • Breaking change: Remove support for []uint8 indices in WriteIndices as they are mostly not supported by any device and the memory saving compared to using []uint16 is minimal. See KhronosGroup/glTF#1471 for more info.

v0.17.3

24 Nov 18:11
Compare
Choose a tag to compare

⭐ Enhancements

v0.17.2

11 Nov 19:34
Compare
Choose a tag to compare

🐛 Bug

  • Write byteStride when writing a buffer view which require padding to have 4 bytes aligned data.

v0.17.1

31 Oct 14:22
8cd922e
Compare
Choose a tag to compare

⭐ Enhancements

  • Reduce gltf.EncodeModel memory consumption up to 5x.

v0.17.0

29 Oct 22:35
2f3c985
Compare
Choose a tag to compare

⭐ Enhancements

  • Adds modeler.Read* methods
  • Add color [de]normalization methods

🗡️ Breaking changes

  • Remove gltf.RGB and gltf.RGBA
  • Change all float64 types to float32

v0.16.1

13 Oct 17:55
Compare
Choose a tag to compare

🐛

  • Buffer view offset now takes into account the alignment padding in modeler.WriteBufferView