godot/modules/godot_physics_3d
Ricardo Buring 0333648cea Move Godot Physics 3D into a module; add dummy 3D physics server
If the module is enabled (default), 3D physics works as it did before.

If the module is disabled and no other 3D physics server is registered
(via a module or GDExtension), then we fall back to a dummy
implementation which effectively disables 3D physics functionality (and
a warning is printed).

The dummy 3D physics server can also be selected explicitly, in which
case no warning is printed.
2024-09-21 21:19:45 +02:00
..
joints
SCsub
config.py
gjk_epa.cpp
gjk_epa.h
godot_area_3d.cpp
godot_area_3d.h
godot_area_pair_3d.cpp
godot_area_pair_3d.h
godot_body_3d.cpp
godot_body_3d.h
godot_body_direct_state_3d.cpp
godot_body_direct_state_3d.h
godot_body_pair_3d.cpp
godot_body_pair_3d.h
godot_broad_phase_3d.cpp
godot_broad_phase_3d.h
godot_broad_phase_3d_bvh.cpp
godot_broad_phase_3d_bvh.h
godot_collision_object_3d.cpp
godot_collision_object_3d.h
godot_collision_solver_3d.cpp
godot_collision_solver_3d.h
godot_collision_solver_3d_sat.cpp
godot_collision_solver_3d_sat.h
godot_constraint_3d.h
godot_joint_3d.h
godot_physics_server_3d.cpp
godot_physics_server_3d.h
godot_shape_3d.cpp
godot_shape_3d.h
godot_soft_body_3d.cpp
godot_soft_body_3d.h
godot_space_3d.cpp
godot_space_3d.h
godot_step_3d.cpp
godot_step_3d.h
register_types.cpp
register_types.h