Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix various typos with codespell | Rémi Verschelde | 2023-02-01 | 1 | -34/+34 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | Use the standard C `INFINITY` and `NAN` constants directly | Hugo Locurcio | 2021-07-21 | 1 | -1/+1 |
* | Fixed possible crash in `DynamicBVH::optimize_incremental` | Yuri Roubinsky | 2021-05-27 | 1 | -1/+4 |
* | Style: Apply clang-tidy's `readability-braces-around-statements` | Rémi Verschelde | 2021-04-05 | 1 | -6/+11 |
* | Style: Apply clang-tidy's `modernize-use-nullptr` | Rémi Verschelde | 2021-04-05 | 1 | -6/+6 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | Use page allocator for BVH | reduz | 2020-12-24 | 1 | -2/+2 |
* | Cull fixes and optimizations | reduz | 2020-12-24 | 1 | -4/+5 |
* | Fix BVH to world_aabb, and call update | lawnjelly | 2020-12-24 | 1 | -1/+8 |
* | Replace Octree by DynamicBVH in cull code | reduz | 2020-12-23 | 1 | -1/+24 |
* | Add a Dynamic BVH implementation. | reduz | 2020-12-19 | 1 | -0/+400 |