summaryrefslogtreecommitdiff
path: root/core/math/dynamic_bvh.cpp
AgeCommit message (Expand)Author
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-07-21Use the standard C `INFINITY` and `NAN` constants directlyHugo Locurcio
2021-05-27Fixed possible crash in `DynamicBVH::optimize_incremental`Yuri Roubinsky
2021-04-05Style: Apply clang-tidy's `readability-braces-around-statements`Rémi Verschelde
2021-04-05Style: Apply clang-tidy's `modernize-use-nullptr`Rémi Verschelde
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-24Use page allocator for BVHreduz
2020-12-24Cull fixes and optimizationsreduz
2020-12-24Fix BVH to world_aabb, and call updatelawnjelly
2020-12-23Replace Octree by DynamicBVH in cull codereduz
2020-12-19Add a Dynamic BVH implementation.reduz