Skip to content

BSP Tree Fix

Hans-Christian Ebke requested to merge bsp_tree_fix into master

ACG::Geometry::triangleIntersection has way too large epsilon on the area of the triangle causing it to find no intersections in settings with moderately small triangles. Choosing an epsilon relative to the underlying floating point type now.

This function is widely used, especially inside the BSP Tree which itself is widely used across many plugins. It caused #84 (closed).

Merge request reports