From 3e5e23aa1448ab7caad58ccd6dea4a93c398706e Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Wed, 9 Oct 2024 11:03:29 -0400 Subject: increase initial velocity --- balls.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/balls.cpp b/balls.cpp index de3aa54..e20e954 100644 --- a/balls.cpp +++ b/balls.cpp @@ -1,6 +1,6 @@ #include "balls.h" -#define VMAX_INIT 0.05 +#define VMAX_INIT 0.1 /* max initial velocity [m/frame] */ #define RMIN 0.05 #define RMAX 0.10 -- cgit v1.2.3