Skip to content

Releases: qmuntal/draco-c

v0.3.0

01 Mar 09:25
Compare
Choose a tag to compare

⭐ 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

28 Feb 21:44
Compare
Choose a tag to compare

⭐ 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

28 Feb 18:09
Compare
Choose a tag to compare

🐛 Bugs

  • Add missing implementation for dracoMeshGetNamedAttributeId

v0.1.1

28 Feb 17:55
Compare
Choose a tag to compare

🐛 Bugs

  • Remove unimplemented functions from export header

v0.1.0

28 Feb 17:51
Compare
Choose a tag to compare

⭐ Features

  • Functional mesh decoder
  • Retrieve mesh triangles and point attributes
  • Retrieve point attributes data