Files

5 lines
303 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 转盘升级版本
思路分为匀加速状态、匀速状态、减速状态。匀速后转到一转时间后且转到目标角度后开始减速。当速度减到62.5时当dt=0.016时一帧转1度匀速转到目标点
注意dt=0.016这个用于消除帧数不稳定的情况。