mirror of
https://github.com/scottdraves/flam3.git
synced 2025-07-01 13:56:09 -04:00
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
@ -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)
|
||||
|
Reference in New Issue
Block a user