Skip to content

Release v0.2.7

Choose a tag to compare

@KhoiDOO KhoiDOO released this 27 Jun 10:32
· 973 commits to main since this release

Features:

  • Implemented robust uniform area-weighted and random barycentric sampling.
  • Added point sampling with color and normal interpolation binding.
  • Implemented lock-free vertex normal computation and barycentric property interpolation.
  • Declared vertex normal computation and extended sample_points interface.

Refactors & Build:

  • Removed point sampling from mesh_bvh binding and kernel, cleaning up the header.
  • Bumped version to 0.2.7.

Examples:

  • Added examples for winding number sign checking and property sampling.