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