MegaMek / megamek

MegaMek is a networked Java clone of BattleTech, a turn-based sci-fi boardgame for 2+ players. Fight using giant robots, tanks, and/or infantry on a hex-based map.
http://www.megamek.org
GNU General Public License v2.0
295 stars 283 forks source link

Negative elevation (VTOL) #674

Closed mwberlindeu closed 6 years ago

mwberlindeu commented 6 years ago

The elevation of a VTOL flying in negative Terrain (e.g. in a Canyon at Level -2) is not shown properly. The Situation can be recreated easily with the map "Factory V9 32X32"

neoancient commented 6 years ago

What is shown is not the absolute level, but the elevation over the underlying terrain.

In this image the elevation is correctly shown as increasing as the VTOL flies at level 1 above terrain that decreases in level.

image

Here the VTOL has dropped to level -1, and is correctly shown at 1 elevation above the level -2 terrain. image