summaryrefslogtreecommitdiffstats
path: root/libdimension/bvh.h
Commit message (Collapse)AuthorAgeFilesLines
* Modularize the libdimension codebase.Tavian Barnes2015-10-251-74/+0
|
* prtree: Improve cache locality during tree building.Tavian Barnes2014-06-291-10/+8
| | | | | This gives about a 25% speedup by storing the node color in a smaller wrapper struct instead of inside the node itself.
* Use // comments when possible.Tavian Barnes2014-06-071-18/+18
|
* Allow other BVH implementations to be used.Tavian Barnes2012-12-171-0/+76
dmnsn_bvh is now a generic API, which could potentially support octrees, etc, in addition to PR-trees.