summaryrefslogtreecommitdiffstats
path: root/core/math/dynamic_bvh.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Fix various typos with codespellRémi Verschelde2023-02-011-34/+34
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Use the standard C `INFINITY` and `NAN` constants directlyHugo Locurcio2021-07-211-1/+1
* Fixed possible crash in `DynamicBVH::optimize_incremental`Yuri Roubinsky2021-05-271-1/+4
* Style: Apply clang-tidy's `readability-braces-around-statements`Rémi Verschelde2021-04-051-6/+11
* Style: Apply clang-tidy's `modernize-use-nullptr`Rémi Verschelde2021-04-051-6/+6
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Use page allocator for BVHreduz2020-12-241-2/+2
* Cull fixes and optimizationsreduz2020-12-241-4/+5
* Fix BVH to world_aabb, and call updatelawnjelly2020-12-241-1/+8
* Replace Octree by DynamicBVH in cull codereduz2020-12-231-1/+24
* Add a Dynamic BVH implementation.reduz2020-12-191-0/+400