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