]> git.mxchange.org Git - flightgear.git/commit
Replace SGInterpolator with new advanced interpolation system.
authorThomas Geymayer <tomgey@gmail.com>
Sat, 16 Mar 2013 15:43:55 +0000 (16:43 +0100)
committerThomas Geymayer <tomgey@gmail.com>
Sat, 16 Mar 2013 15:45:03 +0000 (16:45 +0100)
commit4b21dc51ee09d6755f60696f3ae1b30159e6433f
treedec01e35f734489121dc49885b86d95b9e2b45fd
parent2a2beec658a4e64689bead936429156944753cd9
Replace SGInterpolator with new advanced interpolation system.

Allow for advanced animations using easing functions and adapters
for interpolating specific property types (eg. CSS colors).
Old behavior should not have changed.
src/Main/CMakeLists.txt
src/Main/FGInterpolator.cxx [new file with mode: 0644]
src/Main/FGInterpolator.hxx [new file with mode: 0644]
src/Main/fg_commands.cxx
src/Main/fg_init.cxx
src/Main/subsystemFactory.cxx
src/Scripting/NasalSys.cxx