aboutsummaryrefslogtreecommitdiff
path: root/modules/bullet/bullet_physics_server.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #12713 from AndreaCatania/masterJuan Linietsky2017-11-091-2/+24
|\ | | | | Rewritten kinematic system
| * Rewritten kinematic systemAndreaCatania2017-11-071-2/+24
| |
* | Bullet - Added support to multiple spacesAndreaCatania2017-11-051-18/+21
|/
* Bullet physics engine implementationAndreaCatania2017-11-041-0/+1339
This is a bullet wrapper that allows Godot to use Bullet physics and benefit about all features. Also it support all specific Godot physics functionality like multi shape body, areas, RayShape, etc.. It improve the Joints, Trimesh shape, and add support to soft body even if Godot is not yet ready to it.