Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 9, 2009, 10:58:26 PM (14 years ago)
Author:
wirthmi
Message:

Added damage overlays

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/src/orxonox/controllers/NewHumanController.h

    r6295 r6310  
    8181            OrxonoxOverlay*             crossHairOverlay_;
    8282            OrxonoxOverlay*             centerOverlay_;
     83
     84            OrxonoxOverlay*             damageOverlayTop_;
     85            OrxonoxOverlay*             damageOverlayRight_;
     86            OrxonoxOverlay*             damageOverlayBottom_;
     87            OrxonoxOverlay*             damageOverlayLeft_;
     88            float                       damageOverlayTime_;
     89            float                       damageOverlayTT_;
     90            float                       damageOverlayTR_;
     91            float                       damageOverlayTB_;
     92            float                       damageOverlayTL_;
     93
    8394            OrxonoxOverlay*             arrowsOverlay1_;
    8495            OrxonoxOverlay*             arrowsOverlay2_;
    8596            OrxonoxOverlay*             arrowsOverlay3_;
    8697            OrxonoxOverlay*             arrowsOverlay4_;
     98
    8799            float                       overlaySize_;
    88100            float                       arrowsSize_;
     
    91103            int                         firemode_;
    92104            bool                        showArrows_;
     105            bool                        showDamageOverlay_;
    93106            bool                        showOverlays_;
    94107            ClassTreeMask               targetMask_;
Note: See TracChangeset for help on using the changeset viewer.