Releases: qmuntal/gltf
Releases · qmuntal/gltf
v0.18.4
v0.18.3
🐛 Bugs
go3mf.RegisterExtension
is now guarded against race conditions.
v0.18.2
🐛 Bug
- Upscale colors from [0,255] range to [0, 65535] range when
modeler.ReadColor64
is reading auint8
accessor.
v0.18.1
🐛 Bug
modeler.ReadAccessor
now correctly reads interleaved buffers.
v0.18.0
- Breaking change: Remove support for
[]uint8
indices inWriteIndices
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
⭐ Enhancements
modeler
: Add functions to facilitate writing interleaved attributes, accessors, and buffer views.