Skip to content

v0.0.10

Compare
Choose a tag to compare
@gkjohnson gkjohnson released this 03 Sep 10:28
· 125 commits to main since this release

Added

  • Evaluator.consolidateGroups option to merge groups with common materials on CSG operation.
  • New optional function signature for Evalutor.evaluate to return perform multiple operations on the brushes at once.
  • REVERSE_SUBTRACTION operation to perform the subtraction of brush A from brush B.

Fixed

  • A clip case resulting in a missing triangle.

Changed

  • Bumped three-mesh-bvh version to v0.6.6
  • Uses an indirect bvh buffer to enable faster intersection search operations.