stable collisions

This commit is contained in:
max
2026-09-03 17:27:52 +02:00
parent 815bd2d260
commit d8758f98dc
8 changed files with 151 additions and 452 deletions

View File

@@ -13,7 +13,7 @@ namespace PhysicsEngine
public WorldModel()
{
GlobalForces.Add(GravityForce.Apply);
//GlobalForces.Add(DragForce.Apply);
GlobalForces.Add(DragForce.Apply);
}
public void AddBody(Body body)