]> git.mxchange.org Git - flightgear.git/commit
Currently, aspect ratio is computed directly from the window dimensions.
authorcurt <curt>
Fri, 25 Feb 2005 21:20:17 +0000 (21:20 +0000)
committercurt <curt>
Fri, 25 Feb 2005 21:20:17 +0000 (21:20 +0000)
commit5accfdeb905d2781ed297258efb4ff7bcc1bae55
tree223717a02915bbf8c358a15d60554ec643b035c6
parent7c43f5c924095d4bea18069b2e00f6ffdfd3078f
Currently, aspect ratio is computed directly from the window dimensions.
I have added a --aspect-ratio-multiplier=x.xx option to give some end user
control over the aspect ratio.  (This may seem a little strange, but it's a
building block towards the capability of doing asymmetric view frustums in
FlightGear.)
src/Main/options.cxx
src/Main/renderer.cxx
src/Main/viewer.cxx
src/Main/viewer.hxx
src/Main/viewmgr.cxx
src/Main/viewmgr.hxx