Added flux variation.

git-svn-id: https://flam3.googlecode.com/svn/trunk@15 77852712-ef1d-11de-8684-7d64432d61a3
This commit is contained in:
Erik Reckase
2010-06-23 10:31:31 +00:00
committed by Scott Draves
parent ce1ef42a60
commit 933c9a4532
6 changed files with 48 additions and 7 deletions
+1
View File
@@ -121,6 +121,7 @@ void var93_sech (flam3_iter_helper *f, double weight);
void var94_csch (flam3_iter_helper *f, double weight);
void var95_coth (flam3_iter_helper *f, double weight);
void var96_auger (flam3_iter_helper *f, double weight);
void var97_flux (flam3_iter_helper *f, double weight);
/* Precalculation functions */
void perspective_precalc(flam3_xform *xf);