Files
igl/examples/intersections/README.md
T
2014-04-26 14:01:35 -04:00

9 lines
270 B
Markdown

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