From ce1ef42a60b4cfdf5c00bf4eb90399090374e31e Mon Sep 17 00:00:00 2001 From: Erik Reckase Date: Tue, 22 Jun 2010 22:27:31 +0000 Subject: auger variation's parameters were not interpolated - forgot to add them to interpolation code git-svn-id: https://flam3.googlecode.com/svn/trunk@14 77852712-ef1d-11de-8684-7d64432d61a3 --- src/interpolation.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/interpolation.c b/src/interpolation.c index d9219fd..0ed3bf6 100644 --- a/src/interpolation.c +++ b/src/interpolation.c @@ -573,6 +573,10 @@ void flam3_interpolate_n(flam3_genome *result, int ncp, INTERP(xform[i].waves2_scaley); INTERP(xform[i].waves2_freqx); INTERP(xform[i].waves2_freqy); + INTERP(xform[i].auger_sym); + INTERP(xform[i].auger_weight); + INTERP(xform[i].auger_freq); + INTERP(xform[i].auger_scale); for (j = 0; j < flam3_nvariations; j++) INTERP(xform[i].var[j]); -- cgit v1.2.3