mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-16 13:14:51 -04:00
Add FPS parameter to UI
This commit is contained in:
@ -43,6 +43,7 @@
|
||||
#define ROTATIONSPERBLEND "sequence/rotationsperblend"
|
||||
#define ROTATIONSPERBLENDMAX "sequence/rotationsperblendmax"
|
||||
#define LINEAR "sequence/linear"
|
||||
#define ANIMATION_FPS "sequence/animationfps"
|
||||
|
||||
#define VARFILTERSUM "varfilter/sumcheckbox"
|
||||
#define VARFILTERASSIGN "varfilter/assigncheckbox"
|
||||
@ -218,6 +219,9 @@ public:
|
||||
bool Linear();
|
||||
void Linear(bool b);
|
||||
|
||||
uint AnimationFps();
|
||||
void AnimationFps(uint i);
|
||||
|
||||
int VarFilterSum();
|
||||
void VarFilterSum(int i);
|
||||
|
||||
|
Reference in New Issue
Block a user