Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | prtree: Improve cache locality during tree building. | Tavian Barnes | 2014-06-29 | 1 | -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 Barnes | 2014-06-07 | 1 | -18/+18 |
| | |||||
* | Allow other BVH implementations to be used. | Tavian Barnes | 2012-12-17 | 1 | -0/+76 |
dmnsn_bvh is now a generic API, which could potentially support octrees, etc, in addition to PR-trees. |