Added flux variation.

git-svn-id: https://flam3.googlecode.com/svn/trunk@15 77852712-ef1d-11de-8684-7d64432d61a3
This commit is contained in:
Erik Reckase
2010-06-23 10:31:31 +00:00
committed by Scott Draves
parent ce1ef42a60
commit 933c9a4532
6 changed files with 48 additions and 7 deletions

View File

@ -1211,6 +1211,8 @@ int parse_xform_xml(xmlNode *chld_node,flam3_xform *this_xform, int *num_xaos,
this_xform->auger_sym = flam3_atof(att_str);
} else if (!xmlStrcmp(cur_att->name, (const xmlChar *)"auger_scale")) {
this_xform->auger_scale = flam3_atof(att_str);
} else if (!xmlStrcmp(cur_att->name, (const xmlChar *)"flux_spread")) {
this_xform->flux_spread = flam3_atof(att_str);
} else {
int v = var2n((char *) cur_att->name);
if (v != flam3_variation_none)