summaryrefslogtreecommitdiffstats
path: root/Smoke/fluids.h
diff options
context:
space:
mode:
authorWilrik de Loose <wilrik@wilrik.nl>2007-12-14 14:31:07 (GMT)
committerWilrik de Loose <wilrik@wilrik.nl>2007-12-14 14:31:07 (GMT)
commit241bfc64ed6446c295846d5ae635f6ba4e25a666 (patch)
treee7984b4511e52770ff154f02e486f36030e0eb16 /Smoke/fluids.h
parent6c1d686104ee1ecc3cfdad13ee2177041928e58f (diff)
download2iv35-241bfc64ed6446c295846d5ae635f6ba4e25a666.zip
2iv35-241bfc64ed6446c295846d5ae635f6ba4e25a666.tar.gz
2iv35-241bfc64ed6446c295846d5ae635f6ba4e25a666.tar.bz2
lalala niet veel nieuws
Diffstat (limited to 'Smoke/fluids.h')
-rw-r--r--Smoke/fluids.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/Smoke/fluids.h b/Smoke/fluids.h
index 452f1c5..8ff6cbd 100644
--- a/Smoke/fluids.h
+++ b/Smoke/fluids.h
@@ -15,7 +15,7 @@ extern fftw_real *vx0, *vy0; //(vx0,vy0) = velocity field at the previ
extern fftw_real *fx, *fy; //(fx,fy) = user-controlled simulation forces, steered with the mouse
extern fftw_real *rho, *rho0; //smoke density at the current (rho) and previous (rho0) moment
extern rfftwnd_plan plan_rc, plan_cr; //simulation domain discretization
-extern fftw_real *hight_array; //used for hight plot
+extern fftw_real *height_array; //used for hight plot
extern int *frame_hist;
extern int frame_index;
@@ -81,8 +81,6 @@ extern float zPos;
void init_simulation(int n);
-void visualize(void);
-
int rescale_to_winwidth(float value);
void drag(int mx, int my);
@@ -91,8 +89,6 @@ void click(int button, int state, int mx, int my);
void keyboard(unsigned char key, int x, int y);
-void calculate_one_simulation_step(void);
-
int get_glyph_usage(void);
//////////////////
@@ -106,7 +102,7 @@ void diffuse_matter(int n, fftw_real *vx, fftw_real *vy, fftw_real *rho, fftw_re
void set_forces(void);
void calculate_hight_plot(void);
void copy_frame(void);
-void calculate_one_simulation_step(void);;
+void calculate_one_simulation_step(void);
float remap(float value);
void direction_to_color(float x, float y, int method);
float get_dataset(int index);