summaryrefslogtreecommitdiff
path: root/src/interpolation.c
diff options
context:
space:
mode:
authorErik Reckase <e.reckase@gmail.com>2010-06-23 10:31:31 +0000
committerScott Draves <spot@draves.org>2015-02-15 12:20:12 -0500
commit933c9a4532637d1373f3299035f62e041c495d87 (patch)
tree69a2d9a3a9a10ce0d3a7c73d49579a6ce53529fc /src/interpolation.c
parentce1ef42a60b4cfdf5c00bf4eb90399090374e31e (diff)
downloadpucket-933c9a4532637d1373f3299035f62e041c495d87.tar.gz
pucket-933c9a4532637d1373f3299035f62e041c495d87.tar.bz2
pucket-933c9a4532637d1373f3299035f62e041c495d87.zip
Added flux variation.
git-svn-id: https://flam3.googlecode.com/svn/trunk@15 77852712-ef1d-11de-8684-7d64432d61a3
Diffstat (limited to 'src/interpolation.c')
-rw-r--r--src/interpolation.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interpolation.c b/src/interpolation.c
index 0ed3bf6..7a2303d 100644
--- a/src/interpolation.c
+++ b/src/interpolation.c
@@ -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]);