diff options
Diffstat (limited to 'balls.cl')
| -rw-r--r-- | balls.cl | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ -#define FPS 60.0f +#include "config.h" + #define G (9.81f / FPS / FPS) #define DENSITY 1500.0f |
| index : balls | ||
| Bouncing balls simulation. | Sam Anthony |
| summaryrefslogtreecommitdiffstats |