Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10075 in orxonox.OLD for branches/ai/src/ai/movement_module.h


Ignore:
Timestamp:
Dec 13, 2006, 11:01:36 PM (17 years ago)
Author:
tfahrni
Message:

AI can move without collisions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ai/src/ai/movement_module.h

    r10071 r10075  
    88
    99class MovementModule : public AIModule{
     10       
    1011 public:
    1112   MovementModule();
    1213   virtual ~MovementModule();
    1314   virtual void process();
     15   static void setAccleration(float newValue);
    1416 private:
    1517         Vector v;
    1618         float getSize(WorldEntity* object);
     19         static float aa;
    1720};
    1821
Note: See TracChangeset for help on using the changeset viewer.