feat: velocity tracking w/ rendering lines

This commit is contained in:
Florian Sylvain
2025-05-11 00:18:01 +02:00
parent 92ca5cd5fb
commit 874b54cf36
5 changed files with 78 additions and 3 deletions
+1
View File
@@ -8,4 +8,5 @@ constexpr float RESTITUTION = 0.8f;
constexpr float FRICTION = 0.9f;
constexpr float BALL_RADIUS = 20.f;
constexpr float IMPULSE = 3000.f;
constexpr float REST_PIXEL_VELOCITY = 2.0f;
} // namespace Constants