]> git.mxchange.org Git - flightgear.git/commit
Allow easing of setting the time-offset
authorTorsten Dreyer <torsten@ŧ3r.de>
Wed, 17 Dec 2014 08:45:59 +0000 (09:45 +0100)
committerTorsten Dreyer <torsten@ŧ3r.de>
Wed, 17 Dec 2014 08:52:09 +0000 (09:52 +0100)
commit6f54ffc947b50f383340e2da730f05f3c4596884
tree5cb61378c8a2e6affdcae5341683a282e0d61908
parent617bc96c6a3829908ed64c847090d4731229806a
Allow easing of setting the time-offset

Configurable with properties:

/sim/time/warp-easing == false ? jump to new time offset (orig. behaviour)
/sim/time/warp-easing == true ? use easing parameter to adjust warp

/sim/time/warp-easing-duration-secs: time in seconds to reach the new value
/sim/time/warp-easing-method: easing method to apply. default: swing
src/Time/TimeManager.cxx