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

View File

@ -59,7 +59,7 @@ int flam3_get_palette(int palette_index, flam3_palette p, double hue_rotation);
extern char *flam3_variation_names[];
#define flam3_nvariations 97
#define flam3_nvariations 98
#define flam3_nxforms 12
#define flam3_parent_fn_len 30
@ -177,6 +177,7 @@ extern char *flam3_variation_names[];
#define VAR_CSCH 94
#define VAR_COTH 95
#define VAR_AUGER 96
#define VAR_FLUX 97
typedef struct {
@ -385,6 +386,9 @@ typedef struct xform {
/* Auger */
double auger_sym, auger_weight;
double auger_freq, auger_scale;
/* Flux */
double flux_spread;
/* If perspective is used, precalculate these values */
/* from the _angle and _dist */