Add FPS parameter to UI

This commit is contained in:
Seth Troisi
2022-03-02 00:07:25 -08:00
parent 2909af2408
commit 2ae68776a9
5 changed files with 45 additions and 2 deletions

View File

@ -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);