godot/servers/physics
Andrea Catania 0010d9c82a Added ray shape and move_and_slide with snapping on 3D.
Added stop_on_slope on 2d part
2018-08-19 13:45:23 +02:00
..
joints
area_pair_sw.cpp
area_pair_sw.h
area_sw.cpp
area_sw.h
body_pair_sw.cpp Removed physics material combination mode. Added rough and absorbent parameter to material. Fixed 'change' signal connection 2018-08-07 19:38:04 +02:00
body_pair_sw.h
body_sw.cpp Removed physics material combination mode. Added rough and absorbent parameter to material. Fixed 'change' signal connection 2018-08-07 19:38:04 +02:00
body_sw.h Merge pull request #20381 from AndreaCatania/phymat_2 2018-08-07 15:31:26 -03:00
broad_phase_basic.cpp
broad_phase_basic.h
broad_phase_octree.cpp
broad_phase_octree.h
broad_phase_sw.cpp
broad_phase_sw.h
collision_object_sw.cpp Reduce unnecessary COW on Vector by make writing explicit 2018-07-26 00:54:16 +02:00
collision_object_sw.h Reduce unnecessary COW on Vector by make writing explicit 2018-07-26 00:54:16 +02:00
collision_solver_sat.cpp fixed godotphysics sat dispatch table 2018-08-05 00:02:14 +02:00
collision_solver_sat.h
collision_solver_sw.cpp Improved ray shape (2D and 3D) by addiing the possibility to act as regular shape 2018-02-19 20:59:57 +01:00
collision_solver_sw.h
constraint_sw.h Added physics API in order to enable/disable collisions between rigidbody attached to a joint with bullet physics bullet 2018-02-05 18:54:07 +01:00
gjk_epa.cpp
gjk_epa.h
joints_sw.h
physics_server_sw.cpp Merge pull request #20381 from AndreaCatania/phymat_2 2018-08-07 15:31:26 -03:00
physics_server_sw.h Added ray shape and move_and_slide with snapping on 3D. 2018-08-19 13:45:23 +02:00
SCsub
shape_sw.cpp Merge pull request #16530 from AndreaCatania/rays 2018-02-19 22:15:49 +01:00
shape_sw.h Fix missing const in CapsuleShapeSW::get_area 2018-03-21 23:58:40 -03:00
space_sw.cpp Improved kinematic body 2D and 3D, Now can move rigid body 2018-02-20 12:43:47 +01:00
space_sw.h Reduce unnecessary COW on Vector by make writing explicit 2018-07-26 00:54:16 +02:00
step_sw.cpp
step_sw.h