What is the ratio of Animation Speed to Frames Per Second?
If I set an animation to speed 80, and my game is 60 FPS, does that mean 25% of my frames are being skipped? Or is the ratio not 1:1?
Printable View
What is the ratio of Animation Speed to Frames Per Second?
If I set an animation to speed 80, and my game is 60 FPS, does that mean 25% of my frames are being skipped? Or is the ratio not 1:1?
I think I last read officially that the animation speed is a percentage of the frame rate.
That matches up with what I've seen.
If you have it set to 100, an animation frame lasts one runtime frame.
If you have it set to 1, it lasts 100 runtime frames.
The frame rate of an animation is: (Speed/100.0) * GameFrameRate