Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use // comments when possible. | Tavian Barnes | 2014-06-07 | 1 | -38/+36 |
| | |||||
* | array: Add DMNSN_NEW_ARRAY macro. | Tavian Barnes | 2014-05-31 | 1 | -3/+3 |
| | |||||
* | malloc: New DMNSN_MALLOC() macro to save a sizeof(). | Tavian Barnes | 2014-05-06 | 1 | -4/+4 |
| | |||||
* | bvh: Store the intersection cache right in the BVH struct. | Tavian Barnes | 2013-09-03 | 1 | -56/+15 |
| | | | | This saves a lot of complexity and a little bit of time. | ||||
* | Allow other BVH implementations to be used. | Tavian Barnes | 2012-12-17 | 1 | -0/+448 |
dmnsn_bvh is now a generic API, which could potentially support octrees, etc, in addition to PR-trees. |