Releases: qmuntal/draco-go
Releases · qmuntal/draco-go
gltf/draco/v0.2.1
What's Changed
Full Changelog: gltf/draco/v0.1.0...gltf/draco/v0.2.1
v0.6.0
gltf/draco/v0.1.0
⭐ Features
- Package
github.com/qmuntal/draco-go/gltf/draco
implements a glTF extension for qmuntal/gltf
v0.4.0
⭐ Enchancements
PointCloud.AttrData
returns a bounded slice in casebuffer
is larger than the actual data
DecodeMesh
andDecodePointCloud
params have been swappedMesh.Faces
returns[]uint32
instead of[]Face
Face
struct has been deleted
v0.3.0
⭐ Features
- Add method
GetEncodedGeometryType
which retrieve the type of encoded geometry in a draco file
- Rename
GeometryType
toGeometryAttrType
🔗 Library dependencies
v0.2.0
v0.1.2
v0.1.1
⭐ Features
- Query mesh attributes by uniqueID: Mesh.AttrByUniqueID
v0.1.0
🎉 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