Changeset 1395 for code/trunk/src/orxonox/hud/Navigation.h
- Timestamp:
- May 23, 2008, 6:52:17 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/hud/Navigation.h
r1394 r1395 44 44 Ogre::OverlayContainer* container_; 45 45 Ogre::PanelOverlayElement* navMarker_; // the panel used to show the arrow 46 Ogre::TextAreaOverlayElement navText_; // displaying distance...46 Ogre::TextAreaOverlayElement* navText_; // displaying distance... 47 47 Vector3 shipPos_; // position of ship 48 48 int windowW_, windowH_;
Note: See TracChangeset
for help on using the changeset viewer.