This is the collision detection package by littlemine (Xinlei Wang).
- Configuration Instructions
This project is developed using Visual Studio 2015 and CUDA 9 (>= 8) on Windows platform. It is the source code of the article Efficient BVH-based Collision Detection Scheme with Ordering and Restructuring.
All configurations are set in directory "Source\Project\Mine\setting". All the standalone benchmarks can be downloaded at UNC Dynamic Scene Benchmarks.
Open "Source\Build\vs2015\Mine\Mine.sln", then build and run it. If the project loading fails, please modify the CUDA version number matching the installed one, and reload the project.
If you plan to use Visual Studio 2017, please make sure build and link the corresponding assimp libraries.
- Credits
- Bug report
We would be interested in knowing more about your application as well as any bugs you may encounter in the collision detection library. You can report them by sending e-mail to [email protected] or [email protected]
- Release date
2018/02/10