All Versions
18
Latest Version
Avg Release Cycle
34 days
Latest Release
1385 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.17.3 Changes
November 24, 2020๐ฑ โญ Enhancements
modeler
: Add functions to facilitate writing interleaved attributes, accessors, and buffer views.
-
v0.17.2 Changes
November 11, 2020๐ฑ ๐ Bug
- โ
Write
byteStride
when writing a buffer view which require padding to have 4 bytes aligned data.
- โ
Write
-
v0.17.1 Changes
October 31, 2020๐ฑ โญ Enhancements
- โฌ๏ธ Reduce
gltf.EncodeModel
memory consumption up to 5x.
- โฌ๏ธ Reduce
-
v0.17.0 Changes
October 29, 2020๐ฑ โญ 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 Changes
October 13, 2020๐ฑ ๐
- Buffer view offset now takes into account the alignment padding in
modeler.WriteBufferView
- Buffer view offset now takes into account the alignment padding in
-
v0.16.0 Changes
October 13, 2020๐ฑ ๐ Breaking changes:
- ๐
binary.SizeOf()
moved togltf.ComponentType.Size()
- ๐
binary.ComponentsOf
moved togltf.AccessorType.Components()
- ๐
modeler.Modeler
removed in favour of plain functions modeler
functions no longer accepts buffer index as parameter and data is written into the last buffer of the documentmodeler
no longer tries to optimise indicesbinary.UInt
renamed tobinary.Uint
๐ฑ โญ Enhancements
- ๐ New
modeler
helpers:modeler.WriteAccessor
andmodeler.WriteBuffer
- ๐ New helper:
gltf.NewDocument
creates a Document with sane defaults
- ๐
-
v0.15.0 Changes
July 20, 2020๐ฑ ๐ Bug fixes:
- Decoder.MaxMemoryAllocation type changed from
int
touint64
. #24 from @jstewart7
- Decoder.MaxMemoryAllocation type changed from
-
v0.14.1 Changes
February 03, 2020๐ฑ ๐ Bug fixes:
- Set correct buffer.ByteLength on AddImage. #23
-
v0.14.0 Changes
November 28, 2019๐ Improve public API:
- ๐ Use slice of pointers instead of slice of structs
- ๐ Improve enum naming
- buffer.Data is not a []byte instead of []uint8
-
v0.13.0 Changes
November 26, 2019- โ Add modeler package