summaryrefslogtreecommitdiffstats
path: root/scene/3d/gpu_particles_collision_3d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add Get Center Method for Rect2/Rect2i and AABB.Anilforextra2021-09-211-2/+2
* Fix some unnecessary includesAaron Franke2021-08-131-1/+0
* Use real_t and double where appropriate in ParticlesAaron Franke2021-08-121-11/+11
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-1/+1
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-3/+1
* Node3D gizmo improvementsjfons2021-07-231-10/+10
* add viewport.get_camera_2d()Josh Chandler2021-07-031-1/+1
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Rename Transform to Transform3D in coreAaron Franke2021-06-031-5/+5
* Fix typos with codespellRémi Verschelde2021-05-201-1/+1
* Use multiple threads to import.Juan Linietsky2021-04-191-1/+1
* CI: Update to clang-format 11 and apply ternary operator changesRémi Verschelde2021-01-121-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* doc: Sync classref with current sourceRémi Verschelde2020-10-121-0/+4
* Implement GPU Particle Collisionsreduz2020-10-091-0/+897