Handle CGAL exceptions and add tests for mesh boolean operations

Add conversion to exact predicates exact construction kernel format for consecutive booleans (experiments)
This commit is contained in:
tamasmeszaros 2020-02-05 17:39:56 +01:00
parent 6f777264a1
commit bd76c345f2
6 changed files with 231 additions and 128 deletions

View file

@ -12,6 +12,7 @@ add_executable(${_TEST_NAME}_tests
test_polygon.cpp
test_stl.cpp
test_meshsimplify.cpp
test_meshboolean.cpp
)
if (TARGET OpenVDB::openvdb)