]> git.mxchange.org Git - flightgear.git/commit
Continued FGViewer cleanups. FGViewer is now a base class so that we can
authorcurt <curt>
Wed, 25 Oct 2000 22:59:02 +0000 (22:59 +0000)
committercurt <curt>
Wed, 25 Oct 2000 22:59:02 +0000 (22:59 +0000)
commit0175b4cd253a69f22cc28f8f42fc019af26641e5
treee3ce29e494d4d323b63b5ac26c946ce704480e70
parentf4ce3314fd0b103fb5d63748dc17df5d74f88873
Continued FGViewer cleanups.  FGViewer is now a base class so that we can
derive specific viewer classes from it.  Here's what I currently have in mind:

FGViewer
  |
  |-> FGViewerPRH     (current system with orientation specified in
  |                    LaRCsim Euler angle convention)
  |
  |-> FGViewerLookAt  Feed in a position, view direction, and up vector
  |
  |-> FGViewerHPR     (similar to PRH, but using ssg hpr euler angle
  |                    convention)
  |-> others?
12 files changed:
src/Cockpit/panel.cxx
src/Main/Makefile.am
src/Main/fg_init.cxx
src/Main/globals.hxx
src/Main/keyboard.cxx
src/Main/main.cxx
src/Main/options.hxx
src/Main/viewer.cxx
src/Main/viewer.hxx
src/Scenery/tilemgr.cxx
src/Time/moonpos.cxx
src/Time/sunpos.cxx