forked from mirror-github-bspeice/flam3
Added flux variation.
git-svn-id: https://flam3.googlecode.com/svn/trunk@15 77852712-ef1d-11de-8684-7d64432d61a3
This commit is contained in:
committed by
Scott Draves
parent
ce1ef42a60
commit
933c9a4532
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user