summaryrefslogtreecommitdiffstats
path: root/libdimension/bvh.c
Commit message (Collapse)AuthorAgeFilesLines
* Allow other BVH implementations to be used.Tavian Barnes2012-12-171-0/+448
dmnsn_bvh is now a generic API, which could potentially support octrees, etc, in addition to PR-trees.