Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 2, 2009, 6:46:20 PM (14 years ago)
Author:
wirthmi
Message:

Buggy version!

File:
1 edited

Legend:

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

    r6195 r6210  
    5656            virtual void doFire(unsigned int firemode);
    5757
     58            static void unfire();
     59            virtual void doUnfire();
     60
    5861            static void changeMode();
    5962
     
    6467        protected:
    6568            void updateTarget();
     69            void alignArrows();
     70            void hideArrows();
    6671
    6772            unsigned int                controlMode_;
     
    7277            OrxonoxOverlay*             crossHairOverlay_;
    7378            OrxonoxOverlay*             centerOverlay_;
     79            OrxonoxOverlay*             arrowsOverlay1_;
     80            OrxonoxOverlay*             arrowsOverlay2_;
     81            OrxonoxOverlay*             arrowsOverlay3_;
     82            OrxonoxOverlay*             arrowsOverlay4_;
    7483            float                       overlaySize_;
     84            float                       arrowsSize_;
    7585            bool                        accelerating_;
    7686            float                       acceleration_;
     87            int                         firemode_;
     88            bool                        showArrows_;
    7789            ClassTreeMask               targetMask_;
    7890    };
Note: See TracChangeset for help on using the changeset viewer.