summaryrefslogtreecommitdiffstats
path: root/src/fdgl.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-01-07 00:50:00 +0000
committerDavid Robillard <d@drobilla.net>2014-01-07 00:50:00 +0000
commitd6e320663b67faab969604be2aa818a1b42e87b9 (patch)
tree576449e8635c8e37629bdc5c4f0d81314e65d626 /src/fdgl.hpp
parent6e6fd7e4242e66e1a579376d8594e78fb0c80c81 (diff)
downloadganv-d6e320663b67faab969604be2aa818a1b42e87b9.tar.gz
ganv-d6e320663b67faab969604be2aa818a1b42e87b9.tar.bz2
ganv-d6e320663b67faab969604be2aa818a1b42e87b9.zip
Twiddle physics to reduce oscillation.
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5291 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/fdgl.hpp')
-rw-r--r--src/fdgl.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fdgl.hpp b/src/fdgl.hpp
index 7d3d364..d2fb17a 100644
--- a/src/fdgl.hpp
+++ b/src/fdgl.hpp
@@ -16,9 +16,9 @@
#include <float.h>
#include <math.h>
-static const double CHARGE_KE = 4000000.0;
-static const double EDGE_K = 64.0;
-static const double EDGE_LEN = 1.0;
+static const double CHARGE_KE = 2000000.0;
+static const double EDGE_K = 32.0;
+static const double EDGE_LEN = 0.1;
struct Region {
Vector pos;