05-11-2012, 07:40 AM
"Tweening". "Tween" is short for "in-between" and refers to frames between to key frames. "Tweening" is the process of creating tweens.
If you have 20FPS animations, but a 60FPS engine, you would have to draw each animation frame three times. Thus, your 60 FPS would look like 20 to the player. However, tweens could be generated by the engine to fill the gaps between two animation frames, making the animation look a lot more fluid.
If you have 20FPS animations, but a 60FPS engine, you would have to draw each animation frame three times. Thus, your 60 FPS would look like 20 to the player. However, tweens could be generated by the engine to fill the gaps between two animation frames, making the animation look a lot more fluid.