- Timestamp:
- Oct 23, 2015, 7:44:20 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/AI_HS15/src/orxonox/controllers/SectionController.h
r10678 r10681 38 38 { 39 39 public: 40 SectionController(Context* context);41 virtual ~SectionController();40 SectionController(Context* context); 41 virtual ~SectionController(); 42 42 43 //virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode); 44 43 //virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode); 45 44 46 45 47 46 48 47 protected: 48 49 //A division is the biggest block of spaceships. 50 //In division one section is leading, the other one always stays on the same position 51 //relative to the Leader of the leading section. 52 //In section a Wingman always stays on same position relative to the Leader. 53 //That position is desiredRelativePosition_ 54 Vector3* desiredRelativePosition_; 55 49 56 50 57 58 LeaderController* leader_; 59 WingmanController* wingman_; 60 51 61 private: 52 62 };
Note: See TracChangeset
for help on using the changeset viewer.