summaryrefslogtreecommitdiffstats
path: root/Smoke/streamlines.h
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2007-12-20 11:33:31 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2007-12-20 11:33:31 (GMT)
commit6e60076c7bf4b928da25ab37d59b8b38a1588eab (patch)
treea8774cea1d9c2c5b90c0a81ec73a3ba75ace8933 /Smoke/streamlines.h
parent4b322240380d8351bb68462880d13e0b92769e26 (diff)
download2iv35-6e60076c7bf4b928da25ab37d59b8b38a1588eab.zip
2iv35-6e60076c7bf4b928da25ab37d59b8b38a1588eab.tar.gz
2iv35-6e60076c7bf4b928da25ab37d59b8b38a1588eab.tar.bz2
added setteable alpha's and frame pointers
Diffstat (limited to 'Smoke/streamlines.h')
-rw-r--r--Smoke/streamlines.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Smoke/streamlines.h b/Smoke/streamlines.h
index dc253aa..fe06222 100644
--- a/Smoke/streamlines.h
+++ b/Smoke/streamlines.h
@@ -10,6 +10,12 @@ int streamlines_get_num_colors(void);
void streamlines_set_colormap(int colormap);
int streamlines_get_colormap(void);
+void streamlines_set_alpha(int alpha);
+int streamlines_get_alpha(void);
+
+void streamlines_set_frame(fftw_real *frame);
+fftw_real *streamlines_get_frame(void);
+
struct color4f streamlines_get_color(float value);