Common Bounding Volume Hierarchy functions. (BVH) More...
#include "math/aabb.hpp"#include "math/plane.hpp"#include <stack>#include <vector>#include <functional>Classes | |
| struct | Bvh |
| Bounding Volume Hierarchy container. (BVH tree) More... | |
| struct | Bvh::Node |
| BVH node container. More... | |
Common Bounding Volume Hierarchy functions. (BVH)
Based on this: https://jacco.ompf2.com/2022/04/13/how-to-build-a-bvh-part-1-basics/