Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 23, 2015, 7:44:20 AM (9 years ago)
Author:
gania
Message:

refactoring in process

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/AI_HS15/src/orxonox/controllers/SectionController.h

    r10678 r10681  
    3838    {
    3939        public:
    40         SectionController(Context* context);
    41         virtual ~SectionController();
     40            SectionController(Context* context);
     41            virtual ~SectionController();
    4242
    43         //virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode);
    44 
     43            //virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode);
    4544
    4645
    4746
    4847        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           
    4956
    50    
     57
     58            LeaderController* leader_;
     59            WingmanController* wingman_;
     60       
    5161        private:
    5262    };
Note: See TracChangeset for help on using the changeset viewer.