]> git.mxchange.org Git - flightgear.git/commit
Minor patch from David Megginson:
authordavid <david>
Mon, 25 Mar 2002 14:32:13 +0000 (14:32 +0000)
committerdavid <david>
Mon, 25 Mar 2002 14:32:13 +0000 (14:32 +0000)
commit780b4a813e9c6753355238158f069f4e3ec8937f
tree1859019d8eac49bae9276b3725a58b446e93d763
parentcf7f245b323dc654c121c84f51c8998b8f132504
Minor patch from David Megginson:

Fix FGViewer::update so that pitch offset and goal pitch offset work
together nicely (the offset was snapping to 90/-90 when only one of
the two was changed).

Viewer improvements from Jim Wilson:

These files get the 3d cockpit working and fix a few issues in the viewer
code.
XYZ offsets are now defined as follows: X -left/right+ (along wing axis), Y
-up/down+ perpendicular to the aircraft, Z is -in/out+ the aircraft's body axis.
I've also done some cleaning up of unused and mostly unusable interfaces,
added commentary to the *.hxx, combined together some duplicate code and
eliminated a couple unecessary operations.  I also moved what was left of the
"protected" zone to "private" since we aren't subclassing this anymore.
src/Main/model.cxx
src/Main/viewer.cxx
src/Main/viewer.hxx
src/Main/viewmgr.cxx