summaryrefslogtreecommitdiff
path: root/core/math/dynamic_bvh.h
AgeCommit message (Expand)Author
2022-04-05Fix DynamicBVH crash after #59867Rémi Verschelde
2022-04-04Zero initialize all pointer class and struct membersRémi Verschelde
2022-02-04Core: Make all Variant math types structsRémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-09-13Revert some URLs from the "Replace HTTP URLs with HTTPS" PRAaron Franke
2021-08-22Replace HTTP links with HTTPS for sites with HTTPS versionsAaron Franke
2021-04-27Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde
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-28Rename empty() to is_empty()Marcel Admiraal
2020-12-24Use page allocator for BVHreduz
2020-12-24Cull fixes and optimizationsreduz
2020-12-23Replace Octree by DynamicBVH in cull codereduz
2020-12-19Add a Dynamic BVH implementation.reduz