summaryrefslogtreecommitdiff
path: root/test/test_bvh.py
AgeCommit message (Expand)Author
2021-05-09update tests to work for python versions <2.7Anthony LaTorre
2021-05-09Fix bvh test. No longer a leaf attribute in node object.Stan Seibert
2021-05-09Redo node format to include number of children, rather than just leaf bit.Stan Seibert
2021-05-09Convert bvh module into a package directory.Stan Seibert
2021-05-09BVH and BVHLayer classes with unittests.Stan Seibert