godot/servers/physics_3d
Marcel Admiraal 7653b8cc1e Fix multiple issues with one-way collisions
For RigidBodies, uses the collision normal determined by relative motion
to determine whether or not a one-way collision has occurred.

For KinematicBodies, performs additional checks to ensure a one-way
collision has occurred, and averages the recovery step over all collision
shapes.

Co-authored-by:    Sergej Gureev <sergej.gureev@relex.fi>
2021-01-07 09:22:39 +00:00
..
joints Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
area_3d_sw.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
area_3d_sw.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
area_pair_3d_sw.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
area_pair_3d_sw.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
body_3d_sw.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
body_3d_sw.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
body_pair_3d_sw.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
body_pair_3d_sw.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
broad_phase_3d_basic.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
broad_phase_3d_basic.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
broad_phase_3d_sw.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
broad_phase_3d_sw.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
broad_phase_octree.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
broad_phase_octree.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
collision_object_3d_sw.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
collision_object_3d_sw.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
collision_solver_3d_sat.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
collision_solver_3d_sat.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
collision_solver_3d_sw.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
collision_solver_3d_sw.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
constraint_3d_sw.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gjk_epa.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gjk_epa.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
joints_3d_sw.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
physics_server_3d_sw.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
physics_server_3d_sw.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
shape_3d_sw.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
shape_3d_sw.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
space_3d_sw.cpp Fix multiple issues with one-way collisions 2021-01-07 09:22:39 +00:00
space_3d_sw.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
step_3d_sw.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
step_3d_sw.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00