rigidbody, forces and collision testing

This commit is contained in:
maxwes08
2026-09-03 16:50:36 +02:00
parent cf1f083cc5
commit 815bd2d260
28 changed files with 1381 additions and 75 deletions

View File

@@ -0,0 +1,4 @@
namespace PhysicsEngine
{
public delegate void GlobalForce(Body body, float dt);
}