]> git.mxchange.org Git - flightgear.git/commit
Fixed a problem with the initial starting altitude. "v->abs_view_pos" wasn't
authorcurt <curt>
Sun, 6 Dec 1998 14:52:54 +0000 (14:52 +0000)
committercurt <curt>
Sun, 6 Dec 1998 14:52:54 +0000 (14:52 +0000)
commit800b484493c726bc362bbe9a61bd0f5c89ddf278
treed142cd5712280ae935e5ded8d05bc8f8deac08e3
parent1c789b7ab61d41380a443f209265eadb523625ef
Fixed a problem with the initial starting altitude.  "v->abs_view_pos" wasn't
being calculated correctly at the beginning causing the first terrain
intersection to fail, returning a ground altitude of zero, causing the plane
to free fall for one frame, until the ground altitude was corrected, but now
being under the ground we got a big bounce and the plane always ended up
upside down.
Main/GLUTmain.cxx
Main/fg_init.cxx
Main/options.cxx