Basic reference implementation of parallel construction of a binary ostensibly-implicit BVH (OI-BVH) tree.
- cmake 3.10
- OpenCL drivers
If you want to visualise BVH, then you also need
- GLFW
- GLM
mkdir build
cd build
cmake ..
- Options
-DUSE_OPENCL=ON
to build with opencl-DUSE_OPENGL=ON
to enable visualisation (optional)