summaryrefslogtreecommitdiffstats
path: root/Smoke/heightplots.c
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2008-01-07 03:40:59 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2008-01-07 03:40:59 (GMT)
commit8dc29e0202fb48c078aebf271b31e903a1076d95 (patch)
tree6c0dc33a9ddc7ce1fcee675df16fb70a785af95c /Smoke/heightplots.c
parent5297d5f9565da695a6a9891f829118ecaea6ad8a (diff)
download2iv35-8dc29e0202fb48c078aebf271b31e903a1076d95.zip
2iv35-8dc29e0202fb48c078aebf271b31e903a1076d95.tar.gz
2iv35-8dc29e0202fb48c078aebf271b31e903a1076d95.tar.bz2
more normal drawing
Diffstat (limited to 'Smoke/heightplots.c')
-rw-r--r--Smoke/heightplots.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/Smoke/heightplots.c b/Smoke/heightplots.c
index 61efea1..669bbfd 100644
--- a/Smoke/heightplots.c
+++ b/Smoke/heightplots.c
@@ -23,9 +23,9 @@ static float heightplots_alpha = 1.0f;
static int heightplots_dataset = DATASET_RHO;
-static int heightplots_rho = 100;
-static int heightplots_vel = 10;
-static int heightplots_force = 10;
+static int heightplots_rho = 16;
+static int heightplots_vel = 5000;
+static int heightplots_force = 100;
static int heightplots_divv = 100;
static int heightplots_divf = 100;