Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 11, 2005, 3:04:25 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/trackManager: tried to add the trackNode, but to no avail.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/trackManager/src/story_entities/world.cc

    r3498 r3500  
    2929#include "light.h"
    3030#include "fontset.h"
     31#include "track_node.h"
    3132
    3233using namespace std;
     
    238239            this->glmis->step();
    239240
    240             trackManager->setBindSlave(env);
     241            trackManager->setBindSlave(TrackNode::getInstance());
     242            env->setParent(TrackNode::getInstance());
    241243
    242244            break;
     
    814816        }
    815817      //this->timeSlice (dt);
    816      
     818      printf("testing trackNode: x:%f\n", TrackNode::getInstance()->absCoordinate.x);
     819
    817820      /* function to let all entities tick (iterate through list) */
    818821      WorldEntity* entity;
Note: See TracChangeset for help on using the changeset viewer.