Changeset 4444 in orxonox.OLD for orxonox/trunk/src/util/track
- Timestamp:
- Jun 1, 2005, 10:17:14 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/util/track/track_node.cc
r4440 r4444 37 37 NullParent::getInstance()->addChild(this); 38 38 this->trackManager = TrackManager::getInstance(); 39 this->setMode(PNODE_ALL); 40 } 41 42 43 TrackNode::TrackNode (const Vector& absCoordinate) 44 { 45 this->trackManager = TrackManager::getInstance(); 46 this->setMode(PNODE_ALL); 47 this->setAbsCoor(absCoordinate); 39 this->setParentMode(PNODE_ALL); 48 40 } 49 41
Note: See TracChangeset
for help on using the changeset viewer.