summaryrefslogtreecommitdiff
path: root/chroma/bvh
AgeCommit message (Expand)Author
2021-05-09Set dtype explicitly when making morton codesStan Seibert
2021-05-09add get_bounds() method to BVHLayerSlice so that you can now view your bvh's ...Anthony LaTorre
2021-05-09Collapse chains of BVH nodes with single children.Stan Seibert
2021-05-09Fix bug in grid BVH implementation. Now half as fast as old Chroma.Stan Seibert
2021-05-09Speed up recursive grid BVH generation. Now LBNE BVH can be generated in abo...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-09Add a chroma-bvh hist function that displays a ROOT histogram of theStan Seibert
2021-05-09Rename node_area() to node_areas() and make it return the array of node areasStan Seibert
2021-05-09Missing return in functionStan Seibert
2021-05-09Use fixed point BVH surface area instead of world coordinates for consistency...Stan Seibert
2021-05-09Simple BVH construction passing the "smoke test"Stan Seibert
2021-05-09Simple BVH generator using new infrastructureStan Seibert
2021-05-09Convert bvh module into a package directory.Stan Seibert