lovr/src/modules/physics
bjorn 15649802c8 Rework World Collider/Joint lists;
- Add World:getColliderCount
- Add World:getJointCount
- Add World:getJoints
- Add Joint:isDestroyed
- Destroy joints when either of their colliders are destroyed (Jolt
  seems to require this).
- Fix joint memory leak.
- Change joints to be stored in some crazy graph thing.
  - Reduces allocations, allows constant time insertion/removal.
2024-04-07 15:08:22 -07:00
..
physics.h Rework World Collider/Joint lists; 2024-04-07 15:08:22 -07:00
physics_jolt.c Rework World Collider/Joint lists; 2024-04-07 15:08:22 -07:00
physics_ode.c Rework World Collider/Joint lists; 2024-04-07 15:08:22 -07:00