summaryrefslogtreecommitdiffstats
path: root/src/fdgl.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-12-18 22:10:22 +0000
committerDavid Robillard <d@drobilla.net>2013-12-18 22:10:22 +0000
commit730f7d88ff1c86872cdcf289dd2b72a845fb8449 (patch)
treedc897c0e5c009ed7c26fa76bf625306654d71f38 /src/fdgl.hpp
parent0b6320b122e546f873cc8d8f3a90f8c5b97a423e (diff)
downloadganv-730f7d88ff1c86872cdcf289dd2b72a845fb8449.tar.gz
ganv-730f7d88ff1c86872cdcf289dd2b72a845fb8449.tar.bz2
ganv-730f7d88ff1c86872cdcf289dd2b72a845fb8449.zip
FDGL: Only install layout handler as needed.
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5184 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 c2dac10..b28df82 100644
--- a/src/fdgl.hpp
+++ b/src/fdgl.hpp
@@ -16,9 +16,9 @@
#include <float.h>
#include <math.h>
-static const double SPRING_K = 12.0;
-static const double CHARGE_KE = 80000.0;
-static const double AREA_WEIGHT = 0.4;
+static const double SPRING_K = 14.0;
+static const double CHARGE_KE = 60000.0;
+static const double AREA_WEIGHT = 0.5;
struct Region {
Vector pos;