]> git.mxchange.org Git - flightgear.git/commit
Fixed some problems with marker beacon range:
authorcurt <curt>
Mon, 19 Mar 2001 13:56:19 +0000 (13:56 +0000)
committercurt <curt>
Mon, 19 Mar 2001 13:56:19 +0000 (13:56 +0000)
commiteccd695f91f8c6c2dae63c3a96382e0a00772306
tree8a01c219a6beed3fc611c93d5b42ff5d309bc087
parent4cf4edcfb40d384de6010c5588796a76a20ad57b
Fixed some problems with marker beacon range:
a) I was compairing feet vs. meter (making the range 3x too. big)
b) I was using the diameter in place of the radius (making the range an
   additional 2x too big.)
c) Updated the equation for calculating range to model the weak transmitter
   not being picked up at upper altitudes.

We still might need some additional tweaking, but I think we are starting to
get in the right ball park.
src/GUI/gui_local.hxx
src/Main/main.cxx
src/Navaids/mkrbeacons.cxx