]> git.mxchange.org Git - flightgear.git/commit
Viewer patches from Jim Wilson:
authordavid <david>
Wed, 27 Mar 2002 14:52:19 +0000 (14:52 +0000)
committerdavid <david>
Wed, 27 Mar 2002 14:52:19 +0000 (14:52 +0000)
commit38c705b6c024ba39516cafab55a6e37dab4128ef
treee5301c4a592de8c7a259e31e0ac71d14e167759a
parentbb2371dbd1091aca73327a27c8f05057a1dc562f
Viewer patches from Jim Wilson:

Think my brain is getting clogged with matrices :-).  Well I've got the funky
orientation offset bug out of the model code.  In the process the model.cxx
got optimized a bit.  At some point we'll need to liberate model.cxx from the
viewer class, but it is no longer hard coded to access the  "pilot view" to
get it's data. Instead it uses whatever the "current" view happens to be.  I
may try and do that final bit of having models rotate independant of the view
tomorrow night, or start right in on the viewmgr and get a tower view up and
running.  You guys have any preference?  My brother's family is coming to
visit for a few days so what I don't get done tomorrow night probably won't
get done until after the weekend.
src/Main/model.cxx
src/Main/viewer.cxx
src/Main/viewer.hxx
src/Main/viewmgr.cxx
src/Time/light.cxx