├── .gitignore └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This .gitignore file was automatically created by Microsoft(R) Visual Studio. 3 | ################################################################################ 4 | 5 | /.vs/hexbvh/v15 6 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # hexbvh 2 | A hexagonal prism BVH: more efficient than AABB. 3 | --------------------------------------------------------------------------------