mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-07 14:04:11 -06:00
WIP: own AABBTreeIndirect, builds up the tree 4x quicker than libigl.
This commit is contained in:
parent
abf279fc44
commit
eeb9590d28
3 changed files with 618 additions and 0 deletions
|
@ -3,6 +3,7 @@ get_filename_component(_TEST_NAME ${CMAKE_CURRENT_LIST_DIR} NAME)
|
|||
add_executable(${_TEST_NAME}_tests
|
||||
${_TEST_NAME}_tests.cpp
|
||||
test_3mf.cpp
|
||||
test_aabbindirect.cpp
|
||||
test_clipper_offset.cpp
|
||||
test_clipper_utils.cpp
|
||||
test_config.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue