Daniele Panozzo 9a9b58b84b triangulate -> polygon_mesh_to_triangle_mesh před 12 roky
..
Makefile 5b438b9b2d selfintersection and intersection demo před 12 roky
README.md 5b438b9b2d selfintersection and intersection demo před 12 roky
example.cpp 9a9b58b84b triangulate -> polygon_mesh_to_triangle_mesh před 12 roky

README.md

To compute and visualize all facets participating in self-intersections issue:

./example input.obj

To compute and visualize all facets participating in intersections between mesh A and mesh B (ignoring self-intersections in each) issue:

./example A.obj B.obj