Corrected mesh split implementation

This commit is contained in:
tamasmeszaros 2021-05-28 14:55:25 +02:00
parent 8fdb0fddc0
commit c542e6e14b
6 changed files with 275 additions and 126 deletions

View file

@ -21,6 +21,7 @@ add_executable(${_TEST_NAME}_tests
test_optimizers.cpp
test_png_io.cpp
test_timeutils.cpp
test_indexed_triangle_set.cpp
)
if (TARGET OpenVDB::openvdb)