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
This commit is contained in:
Erik Reckase 2010-06-22 22:27:31 +00:00 committed by Scott Draves
parent 38585c856d
commit ce1ef42a60

View File

@ -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]);