summaryrefslogtreecommitdiff
path: root/chroma/gpu/bvh.py
AgeCommit message (Expand)Author
2021-05-09Force merging of BVH nodes to always reduce the number of parent nodes in ord...Stan Seibert
2021-05-09BVH optimization to sort child nodes by area. Only has a small effect.Stan Seibert
2021-05-09Collapse chains of BVH nodes with single children.Stan Seibert
2021-05-09New BVH algorithm: Recursive GridStan Seibert
2021-05-09Implementation of "node splitting" which places children into separateStan Seibert
2021-05-09Redo node format to include number of children, rather than just leaf bit.Stan Seibert
2021-05-09Increase look ahead in node_swap BVH optimization to improve surface area min...Stan Seibert
2021-05-09Add more BVH manipulation commands:Stan Seibert
2021-05-09Simple BVH generator using new infrastructureStan Seibert