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