Corrected mesh split implementation

This commit is contained in:
tamasmeszaros
2021-06-08 10:28:23 +02:00
parent 8fdb0fddc0
commit c542e6e14b
6 changed files with 275 additions and 126 deletions
+1
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)