summaryrefslogtreecommitdiffstats
path: root/Smoke/glyphs.h
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2008-01-04 17:26:22 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2008-01-04 17:26:22 (GMT)
commitcf983359977dbea21b49747e3430725209a804ee (patch)
treec69181513a7ba12d365330b614b3b7586410f6e4 /Smoke/glyphs.h
parentb12d6854cbb458c3de11266efefa8fb2ea11a1cf (diff)
download2iv35-cf983359977dbea21b49747e3430725209a804ee.zip
2iv35-cf983359977dbea21b49747e3430725209a804ee.tar.gz
2iv35-cf983359977dbea21b49747e3430725209a804ee.tar.bz2
force/vel/rho now selectable (for flowvis)
Diffstat (limited to 'Smoke/glyphs.h')
-rw-r--r--Smoke/glyphs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Smoke/glyphs.h b/Smoke/glyphs.h
index 2a40a94..fa97fe6 100644
--- a/Smoke/glyphs.h
+++ b/Smoke/glyphs.h
@@ -19,8 +19,8 @@ int glyphs_get_dataset_color(void);
void glyphs_set_dataset_direction(int dataset);
int glyphs_get_dataset_direction(void);
-void glyphs_set_field(fftw_real *field);
-fftw_real *glyphs_get_field(void);
+void glyphs_set_frame(fftw_real *frame);
+fftw_real *glyphs_get_frame(void);
struct color4f glyphs_get_color(float value);
#endif