Changeset 4989 in orxonox.OLD for orxonox/trunk/src/world_entities
- Timestamp:
- Aug 12, 2005, 4:37:06 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/camera.cc
r4988 r4989 127 127 // this->target->setRelCoorSoft(Vector(10,0,0)); 128 128 129 this->target->softReparent("Player"); 129 if (!strcmp(this->target->getParent()->getName(), "Player")) 130 this->target->softReparent("TrackNode"); 131 else 132 this->target->softReparent("Player"); 133 130 134 // this->setParent("main-Turret"); 131 135 // this->setParentMode(PNODE_ALL);
Note: See TracChangeset
for help on using the changeset viewer.