summaryrefslogtreecommitdiffstats
path: root/Smoke/fluids.h
diff options
context:
space:
mode:
authorWilrik de Loose <wilrik@wilrik.nl>2008-01-09 10:13:09 (GMT)
committerWilrik de Loose <wilrik@wilrik.nl>2008-01-09 10:13:09 (GMT)
commitd2dfa01936d3d6e2a9ce7213ab4471e03b6a62e3 (patch)
tree6da95f04675d613f84fc3f6339e8a6cb8c995c20 /Smoke/fluids.h
parent1224c8e7a27821d11ab3ec59d9f60199cd32465d (diff)
download2iv35-d2dfa01936d3d6e2a9ce7213ab4471e03b6a62e3.zip
2iv35-d2dfa01936d3d6e2a9ce7213ab4471e03b6a62e3.tar.gz
2iv35-d2dfa01936d3d6e2a9ce7213ab4471e03b6a62e3.tar.bz2
lalala
Diffstat (limited to 'Smoke/fluids.h')
-rw-r--r--Smoke/fluids.h15
1 files changed, 7 insertions, 8 deletions
diff --git a/Smoke/fluids.h b/Smoke/fluids.h
index 4f1fdf6..85e82b5 100644
--- a/Smoke/fluids.h
+++ b/Smoke/fluids.h
@@ -29,10 +29,11 @@ extern int frame_index;
#define VECTOR_VEL 0
#define VECTOR_FORCE 1
-#define GLYPH_ARROWS 0
-#define GLYPH_LINES 1
-#define GLYPH_CONES 2
-#define GLYPH_BITMAPS 3
+#define GLYPH_LINES 0
+#define GLYPH_TRIANGLES 1
+#define GLYPH_CONES 2
+#define GLYPH_ARROWS 3
+#define GLYPH_QUAKE 4
extern int winWidth, winHeight; //size of the graphics window, in pixels
extern int color_dir; //use direction color-coding or not
@@ -47,10 +48,8 @@ void select_dataset(int arg);
void set_glyph_scalar(int arg);
void set_glyph_vector(int arg);
-int get_var_dims(void);
-void set_var_dims(int);
-int get_glyph_sort(void);
-void set_glyph_sort(int sort);
+int fluids_get_var_dim(void);
+void fluids_set_var_dim(int);
struct point {
float x;