mirror of
https://github.com/scottdraves/flam3.git
synced 2025-01-21 05:20:05 -05:00
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:
parent
38585c856d
commit
ce1ef42a60
@ -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]);
|
||||
|
Loading…
Reference in New Issue
Block a user