summaryrefslogtreecommitdiff
path: root/bin/chroma-bvh
AgeCommit message (Expand)Author
2021-05-09BVH optimization to sort child nodes by area. Only has a small effect.Stan Seibert
2021-05-09New BVH algorithm: Recursive GridStan Seibert
2021-05-09Redo node format to include number of children, rather than just leaf bit.Stan Seibert
2021-05-09Add a chroma-bvh hist function that displays a ROOT histogram of theStan Seibert
2021-05-09Use fixed point BVH surface area instead of world coordinates for consistency...Stan Seibert
2021-05-09If the node_swap optimization is run with a minus sign after the layer number...Stan Seibert
2021-05-09Add more BVH manipulation commands:Stan Seibert
2021-05-09Add list, copy, and remove commands to chroma-bvhStan Seibert
2021-05-09chroma-bvh: command to manipulate BVH trees in cache. Just a stat subcommand...Stan Seibert