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
@@ -577,6 +577,7 @@ void flam3_interpolate_n(flam3_genome *result, int ncp,
INTERP(xform[i].auger_weight);
INTERP(xform[i].auger_freq);
INTERP(xform[i].auger_scale);
INTERP(xform[i].flux_spread);
for (j = 0; j < flam3_nvariations; j++)
INTERP(xform[i].var[j]);