WIP: AABBTreeIndirect - optimized ray_box_intersect_invdir() test,

sandbox for comparing the AABBTreeIndirect with libigl::AABB
This commit is contained in:
Vojtech Bubnik 2020-05-21 17:27:06 +02:00
parent 2b8f655020
commit 99514ba42b
4 changed files with 284 additions and 9 deletions

View file

@ -0,0 +1,2 @@
add_executable(aabb-evaluation aabb-evaluation.cpp)
target_link_libraries(aabb-evaluation libslic3r ${Boost_LIBRARIES} ${TBB_LIBRARIES} ${Boost_LIBRARIES} ${CMAKE_DL_LIBS})