Skip to content

v0.3.2

Compare
Choose a tag to compare
@gkjohnson gkjohnson released this 24 Dec 00:28
· 2013 commits to master since this release

Fixed

  • Case where float 32 rounding error could result in leaf bounds not completely containing the triangles by expanding the bounds by an estimation of the error.

Changed

  • Shapecast intersectsBoundsFunc to return one of the NOT_INTERSECTED, INTERSECTED, or CONTAINED constants. Returning true and false currently retains the old functionality.