Hacker News new | ask | show | jobs
by geuszb 2607 days ago
This was 2007. Is this used in production these days? If not, what else is used instead?
1 comments

Most systems that I am aware of use a plain BVH. Memory requirements for the acceleration structure are not that much of a concern in most cases. Memory hogs typically are (in descending order) volumetric data (smoke/fire/...), textures and only then geometry. And because a BVH leaf node typically contains a few triangles, the BVH itself is always smaller than the geometry data.