Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 3 and Version 4 of code/doc/HUD


Ignore:
Timestamp:
Sep 24, 2008, 7:22:36 PM (16 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/doc/HUD

    v3 v4  
     1= Head-Up Display =
    12[[TracNav(TracNav/TOC_Development)]]
    23[[TOC]]
    3 = Head-Up Display =
     4
    45When rendering a scene you usually want to overlay them with useful information about the player status like how fast you're going or how well your health is doing. This is basically the job of a HUD. [[br]]
    56In Orxonox we have a base class for all HUD objects that makes life a lot easier. There is also a class to group multiple HUD elements together. More information about that can be found in the framework section. [[br]]