Changes between Version 3 and Version 4 of code/doc/HUD
- Timestamp:
- Sep 24, 2008, 7:22:36 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/HUD
v3 v4 1 = Head-Up Display = 1 2 [[TracNav(TracNav/TOC_Development)]] 2 3 [[TOC]] 3 = Head-Up Display = 4 4 5 When 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]] 5 6 In 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]]