mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-16 13:14:51 -04:00
--User changes
-Add backward compatibility option for the following variations: cos, cosh, cot, coth, csc, csch, sec, sech, sin, sinh, tan, tanh. -Add the ability to re-order variations by dragging them in the Info tab.
This commit is contained in:
@ -30,6 +30,7 @@
|
||||
#define OPENCLQUALITY "render/openclquality"
|
||||
#define LOADLAST "render/loadlastonstart"
|
||||
#define ROTSCALE "render/rotateandscale"
|
||||
#define FLAM3COMPAT "render/flam3compat"
|
||||
|
||||
#define STAGGER "sequence/stagger"
|
||||
#define STAGGERMAX "sequence/staggermax"
|
||||
@ -180,6 +181,9 @@ public:
|
||||
bool RotateAndScale();
|
||||
void RotateAndScale(bool b);
|
||||
|
||||
bool Flam3Compat();
|
||||
void Flam3Compat(bool b);
|
||||
|
||||
double Stagger();
|
||||
void Stagger(double i);
|
||||
|
||||
|
Reference in New Issue
Block a user