Default head-up display: Difference between revisions

added property tree, not finished yet
(added some info and corrected typos/grammar)
(added property tree, not finished yet)
Line 1: Line 1:
{{stub}}
{{stub}}


This is a short description of [[FlightGear]]s default '''Head-up display''' ('''HUD'''), it can be (de)activated with the <tt>h</tt>-key. To change the brightness, press <tt>H</tt>.
This is a short description of [[FlightGear]]s default '''Head-up display''' ('''HUD'''), it can be (de)activated with the <tt>[h]</tt>-key. To change the brightness, press <tt>[shift]</tt>+<tt>[h]</tt>.


There are also two so called 'minimal' HUDs available which are accessible with <tt>I</tt>, to return to default HUD press <tt>i</tt>.  
There are also two so called 'minimal' HUDs available which are accessible with <tt>[shift]</tt>+<tt>[i]</tt>, to return to default HUD press <tt>[i]</tt>.  


Some of the HUDs options can be altered in the menu: <tt>View --> Adjust HUD Properties</tt>
Some of the HUDs options can be altered in the menu: <tt>View --> Adjust HUD Properties</tt>
Line 24: Line 24:
== Autopilot ==
== Autopilot ==
[[Image:HUD_default_autopilot.jpg|thumb|200px|HUD autopilot]]
[[Image:HUD_default_autopilot.jpg|thumb|200px|HUD autopilot]]
If autopilot is activ the direction of the next waypoint is displayed as well as the next two and the last waypoint of the Autopilot > Route manager list.
If autopilot is activ the direction of the next waypoint is displayed as well as the next two and the last waypoint of the <tt>Autopilot --> Route manager</tt> list.
:[[Autopilot]]
:[[Autopilot]]


Line 48: Line 48:


== Pitch ==
== Pitch ==
Like set with [Home] / [End].
Like set with <tt>[Home]</tt>/<tt>[End]</tt>.
:It's the left marker of the [[#Elevator|Elevator]] indicator.  
:It's the left marker of the [[#Elevator|Elevator]] indicator.  


Line 84: Line 84:


== Property tree ==
== Property tree ==
More information about FlightGears property tree and how to access it can be found at its page: [[Property_Tree|Property Tree]].
/sim/hud
  current-color  (0|1|2...)    One out of /sim/hud/palette
  enable3d        (false|true)  hud n=0 3D off|on
  enable3d[n]    (false|true)  hud n=n 3D off|on
  frame-stat-type (tris)
  path            ()            Path to hud n=0
  path[n]        ()            Path to hud n=n
  visibility      (false|true)  hud n=0 hidden|visible
  visibility[1]  (false|true)  hud n=n hidden|visible
/sim/hud/color/
    alpha        (0...1)      0=invisible, 1=nontransparent
    alpha-clamp  ()
    antialiased  (false|true)  Antialiasing off|on
    blue          (0...1)     
    brightness    (0...1)      0=dark/black
    green        (0...1)
    red          (0...1)
    transparent  (false|true)  Transparency off|on
/sim/hud/font/
    name (Helvetica.txf)
    size (8)
/sim/hud/palette/
/sim/hud/palette/color/        Settings of predefined colors, nearly
/sim/hud/palette/color[n]/        the same as in /sim/hud/color.
392

edits