Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5634 in orxonox.OLD for trunk/src/world_entities


Ignore:
Timestamp:
Nov 18, 2005, 6:09:01 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: Executor works just fine.
Changed: Paramerte* to MT_*, to make things more general

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/player.cc

    r5556 r5634  
    3333#include "event.h"
    3434
     35#include "executor/executor.h"
    3536
    3637using namespace std;
     
    118119void Player::init()
    119120{
     121  Executor* test =  new ExecutorObjective<Player>("test", "Player", &Player::ADDWEAPON);
     122
    120123//  this->setRelDir(Quaternion(M_PI, Vector(1,0,0)));
    121124  this->setClassID(CL_PLAYER, "Player");
     
    161164  this->weaponMan->setSlotPosition(9, Vector(-2.5, -0.3, 2.0));
    162165  this->weaponMan->setSlotDirection(9, Quaternion(+M_PI, Vector(1,0,0)));
    163 
    164166}
    165167
Note: See TracChangeset for help on using the changeset viewer.