Releases: qmuntal/draco-c
Releases · qmuntal/draco-c
v0.3.0
⭐ Features
- Add method
dracoGetEncodedGeometryType
which retrieve the type of encoded geometry in a draco file
⚠️ Breaking changes
- Prefix all enums with
DRACO_
- Rename
draco_geometry_type
to draco_geometry_attr_type
v0.2.0
⭐ Features
- Support point cloud decoding
⚠️ Breaking changes
- All point cloud specific methods that were previously accepting a mesh now have been adapted to accept a point cloud
v0.1.2
🐛 Bugs
- Add missing implementation for
dracoMeshGetNamedAttributeId
v0.1.1
🐛 Bugs
- Remove unimplemented functions from export header
v0.1.0
⭐ Features
- Functional mesh decoder
- Retrieve mesh triangles and point attributes
- Retrieve point attributes data