]> git.mxchange.org Git - flightgear.git/commit
Major restructuring: the Animation class is now an abstract interface,
authordavid <david>
Sat, 30 Mar 2002 21:24:19 +0000 (21:24 +0000)
committerdavid <david>
Sat, 30 Mar 2002 21:24:19 +0000 (21:24 +0000)
commitd372548782e5e7ed7add69d1df7dd8cb1d90495c
tree789b32014a3b79d8fcaf923e8e14bfa7c2638d40
parent6a443bb17356d28be0d175459004799468be5ec6
Major restructuring: the Animation class is now an abstract interface,
and specific animation types are derived from it.  This change makes
the code much easier to read, maintain, and extend.

Added a 'translate' animation type for a scaled, 3D linear translation
(such as a sliding throttle knob).

Renamed the 'offset' property to 'offset-m' or 'offset-deg' as
appropriate; ditto for 'min' and 'max' properties.
src/Main/model.cxx
src/Main/model.hxx