Changeset 3500 in orxonox.OLD for orxonox/branches/trackManager/src/story_entities
- Timestamp:
- Mar 11, 2005, 3:04:25 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/trackManager/src/story_entities/world.cc
r3498 r3500 29 29 #include "light.h" 30 30 #include "fontset.h" 31 #include "track_node.h" 31 32 32 33 using namespace std; … … 238 239 this->glmis->step(); 239 240 240 trackManager->setBindSlave(env); 241 trackManager->setBindSlave(TrackNode::getInstance()); 242 env->setParent(TrackNode::getInstance()); 241 243 242 244 break; … … 814 816 } 815 817 //this->timeSlice (dt); 816 818 printf("testing trackNode: x:%f\n", TrackNode::getInstance()->absCoordinate.x); 819 817 820 /* function to let all entities tick (iterate through list) */ 818 821 WorldEntity* entity;
Note: See TracChangeset
for help on using the changeset viewer.