diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2024-10-09 11:03:29 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2024-10-09 11:03:29 -0400 |
| commit | 3e5e23aa1448ab7caad58ccd6dea4a93c398706e (patch) | |
| tree | 3de5e0be2873b97af02e55f058a6f2db81dc8e19 | |
| parent | c3e7587dfcfb51748be7861ba0f06e1d2aa9b87b (diff) | |
| download | balls-3e5e23aa1448ab7caad58ccd6dea4a93c398706e.zip | |
increase initial velocity
| -rw-r--r-- | balls.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |