CGAL / cgal

The public CGAL repository, see the README below
https://github.com/CGAL/cgal#readme
Other
4.67k stars 1.35k forks source link

Avoid AABB-tree in corefinement #8174

Open sloriot opened 2 months ago

sloriot commented 2 months ago

We should have a first filter using bbox of meshes: partial overlap -> disjoint and using box-insertectiond might be a better option if there is not a lot of components (+ the global iteration of faces is not a good idea)