26 May
2007
26 May
'07
10:43 a.m.
Lee,
A lot of formulas have comments where they say the formula must be used with periodicity turned off or equal to 0. Should there be a way in the formula scripting language to turn it off?
I've added code to allow this. It currently works like this: mandel(symmetry)[perimage parameters go here]{ per pixel setup goes here: calculation goes here } Any parameter that can be set in a PAR can be set. The current limitation is the line length. The formula name, symmetry, and perimage parameters all have to be on the same line. This could be changed. Some example usages would be: mandel(XAXIS)[float=y periodicity=0]{ or mandel[symmetry=xaxis float=y periodicity=0]{ Jonathan