summaryrefslogtreecommitdiff
path: root/servers/physics_3d/godot_space_3d.cpp
AgeCommit message (Expand)Author
2022-03-20Raycasts hitting from inside: return collision point in global coordinatesRicardo Buring
2022-03-04Merge pull request #57630 from lawnjelly/bvh4_templated_checksRémi Verschelde
2022-02-18In final phase of test_body_motion, move and cull AABB for body once, instead...Ricardo Buring
2022-02-04BVH - Sync BVH with 3.xlawnjelly
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-10Merge pull request #55702 from nekomatata/physics-solver-settingsRémi Verschelde
2021-12-09Handle test body motion with 0 marginPouleyKetchoupp
2021-12-07Add physics solver settings to project settingsPouleyKetchoupp
2021-12-03Update space parameters in 2D and 3DPouleyKetchoupp
2021-11-17Fix rest_info returning no result with high margin and low motionPouleyKetchoupp
2021-11-10Add raycast options to hit when starting inside / hit back facesPouleyKetchoupp
2021-11-04Use parameter classes instead of arguments for all physics queriesPouleyKetchoupp
2021-10-18Rename Godot Physics classes from *SW to Godot*PouleyKetchoupp