- Timestamp:
- Dec 2, 2009, 6:46:20 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/orxonox/controllers/NewHumanController.h
r6195 r6210 56 56 virtual void doFire(unsigned int firemode); 57 57 58 static void unfire(); 59 virtual void doUnfire(); 60 58 61 static void changeMode(); 59 62 … … 64 67 protected: 65 68 void updateTarget(); 69 void alignArrows(); 70 void hideArrows(); 66 71 67 72 unsigned int controlMode_; … … 72 77 OrxonoxOverlay* crossHairOverlay_; 73 78 OrxonoxOverlay* centerOverlay_; 79 OrxonoxOverlay* arrowsOverlay1_; 80 OrxonoxOverlay* arrowsOverlay2_; 81 OrxonoxOverlay* arrowsOverlay3_; 82 OrxonoxOverlay* arrowsOverlay4_; 74 83 float overlaySize_; 84 float arrowsSize_; 75 85 bool accelerating_; 76 86 float acceleration_; 87 int firemode_; 88 bool showArrows_; 77 89 ClassTreeMask targetMask_; 78 90 };
Note: See TracChangeset
for help on using the changeset viewer.