summaryrefslogtreecommitdiffstats
path: root/Smoke/fluids.h
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2007-11-28 13:05:19 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2007-11-28 13:05:19 (GMT)
commitb7797f2d2229b7ac0837b642d7ead82096ddb147 (patch)
tree50c5e26d80aba9dba5269757d2e52b0bcb29f969 /Smoke/fluids.h
parent3b1c743de30bf7924bef1cc234f5326aa49804b0 (diff)
download2iv35-b7797f2d2229b7ac0837b642d7ead82096ddb147.zip
2iv35-b7797f2d2229b7ac0837b642d7ead82096ddb147.tar.gz
2iv35-b7797f2d2229b7ac0837b642d7ead82096ddb147.tar.bz2
Merged version
Diffstat (limited to 'Smoke/fluids.h')
-rw-r--r--Smoke/fluids.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/Smoke/fluids.h b/Smoke/fluids.h
index 74b8c65..2ea201a 100644
--- a/Smoke/fluids.h
+++ b/Smoke/fluids.h
@@ -82,11 +82,15 @@ void keyboard(unsigned char key, int x, int y);
void calculate_one_simulation_step(void);
+int get_glyph_usage(void);
+
void selectColor(int arg);
void selectOliverscolor(int arg);
void select_dataset(int arg);
-void set_autoscale(int arg);
+void toggle_autoscale(void);
+void toggle_clamping(void);
void show_options(void);
-void set_glyph_usage(void);
+void toggle_glyph_usage(void);
+void toggle_smoke_usage(void);
void set_glyph_scalar(int arg);
void set_glyph_vector(int arg);