hr0nix / BlueSkies

A simple canopy landing simulator
http://hr0nix.github.io/BlueSkies/
MIT License
13 stars 5 forks source link

Reach-by-given altitude set #63

Closed ilyapoz closed 10 years ago

ilyapoz commented 10 years ago

Right now, we show the reach set as a set that can be reached at 0 altitude. It can give a wrong impression that you can safely reach every point in this set, which is not true, because some of the points will require downwind landings/low turns.

Options:

  1. Provide an interface control of reachset altitude (will distract the user probably)
  2. Show reach set by 300m for alt > 400m and reach-by-0 for altitude < 400m.
  3. Show reach-by-300m inside the reach-by-0 always. This will be slow, believe me :)
ilyapoz commented 10 years ago

Or maybe we should leave this off to the user to figure out by herself?

ilyapoz commented 10 years ago

Close this one for now, we first need to do #28, then see.