gltf v0.16.0 Release Notes

Release Date: 2020-10-13 // over 3 years ago
  • ๐Ÿฑ ๐Ÿ™„ Breaking changes:

    • ๐Ÿšš binary.SizeOf() moved to gltf.ComponentType.Size()
    • ๐Ÿšš binary.ComponentsOf moved to gltf.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 document
    • modeler no longer tries to optimise indices
    • binary.UInt renamed to binary.Uint

    ๐Ÿฑ โญ Enhancements

    • ๐Ÿ†• New modeler helpers: modeler.WriteAccessor and modeler.WriteBuffer
    • ๐Ÿ†• New helper: gltf.NewDocument creates a Document with sane defaults