Skip to content

Releases: qmuntal/draco-go

gltf/draco/v0.2.1

22 Apr 07:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: gltf/draco/v0.1.0...gltf/draco/v0.2.1

v0.6.0

22 Apr 07:19
94878c7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.6.0

gltf/draco/v0.1.0

03 Mar 21:39
Compare
Choose a tag to compare

⭐ Features

  • Package github.com/qmuntal/draco-go/gltf/draco implements a glTF extension for qmuntal/gltf

v0.4.0

03 Mar 08:58
17f735f
Compare
Choose a tag to compare

⭐ Enchancements

  • PointCloud.AttrData returns a bounded slice in case buffer is larger than the actual data

⚠️ Breaking changes

  • DecodeMesh and DecodePointCloud params have been swapped
  • Mesh.Faces returns []uint32 instead of []Face
  • Face struct has been deleted

v0.3.0

01 Mar 21:01
94f51b0
Compare
Choose a tag to compare

⭐ Features

  • Add method GetEncodedGeometryType which retrieve the type of encoded geometry in a draco file

⚠️ Breaking changes

  • Rename GeometryType to GeometryAttrType

🔗 Library dependencies

v0.2.0

28 Feb 22:12
Compare
Choose a tag to compare

⭐ Features

🔗 Library dependencies

v0.1.2

28 Feb 18:25
Compare
Choose a tag to compare

⭐ Features

🔗 Library dependencies

v0.1.1

24 Feb 18:00
Compare
Choose a tag to compare

⭐ Features

v0.1.0

23 Feb 17:48
Compare
Choose a tag to compare

🎉 First public release!! 🎉

⭐ Features:

  • Automatic C memory management via runtime.SetFinalizers
  • Bundled draco-c prebuilt libraries for windows, linux and darwin
  • Mesh decoding: draco.Decoder
  • Mesh introspection: draco.Mesh
  • Point attributes introspection: draco.PointAttr