summaryrefslogtreecommitdiffstats
path: root/Smoke/fluids.h
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2007-12-17 19:48:37 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2007-12-17 19:48:37 (GMT)
commit9363bc6887a7ffb9ea6c0f6a63a93c215e227502 (patch)
treedc5f962bdcc413a5bd4bff4d85c7842522a73fb3 /Smoke/fluids.h
parent1d771540b16ba07cb02be5490892465a2a5ab89a (diff)
download2iv35-9363bc6887a7ffb9ea6c0f6a63a93c215e227502.zip
2iv35-9363bc6887a7ffb9ea6c0f6a63a93c215e227502.tar.gz
2iv35-9363bc6887a7ffb9ea6c0f6a63a93c215e227502.tar.bz2
Added/splitted colormaps to a seperate file.
Diffstat (limited to 'Smoke/fluids.h')
-rw-r--r--Smoke/fluids.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/Smoke/fluids.h b/Smoke/fluids.h
index 33d8d08..ffec3a2 100644
--- a/Smoke/fluids.h
+++ b/Smoke/fluids.h
@@ -51,11 +51,7 @@ extern int draw_smoke; //draw the smoke or not
extern int draw_vecs; //draw the vector field or not
extern int scalar_col; //method for scalar coloring
extern int frozen; //toggles on/off the animation
-extern float clamp_min;
-extern float clamp_max;
extern int autoscale;
-extern float scale_min;
-extern float scale_max;
extern int vis_dataset;
extern int mousebutton;
extern int mousebuttonstate;
@@ -63,7 +59,6 @@ extern int active_slider;
extern int use_glyphs;
extern int glyph_scalar;
extern int glyph_vector;
-extern int draw_options;
extern float xPos;
extern float yPos;