Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3535 in orxonox.OLD for orxonox/trunk/src/story_entities/world.cc


Ignore:
Timestamp:
Mar 13, 2005, 11:38:45 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: player connected to the track.
There is some strange error about this, that I do not quite understand.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/story_entities/world.cc

    r3529 r3535  
    3030#include "light.h"
    3131#include "fontset.h"
     32#include "track_node.h"
    3233
    3334using namespace std;
     
    245246            this->glmis->step();
    246247
    247             trackManager->setBindSlave(env);
     248            //      trackManager->setBindSlave(env);
     249            TrackNode::getInstance()->addChild(myPlayer);
     250            localCamera->setParent(TrackNode::getInstance());
    248251            trackManager->condition(1, NEAREST, myPlayer);
    249252
Note: See TracChangeset for help on using the changeset viewer.