Changeset 10588 in orxonox.OLD for branches/cleanup/src/world_entities/camera.cc
- Timestamp:
- Feb 13, 2007, 3:36:20 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cleanup/src/world_entities/camera.cc
r10581 r10588 102 102 103 103 //add to track 104 /*if(this->entityTrack)104 if(this->entityTrack) 105 105 { 106 106 this->setParent(this->entityTrack->getTrackNode()); 107 107 //this->setRelCoor(0,0,0); 108 } */108 } 109 109 } 110 110 … … 227 227 { 228 228 //PRINTF(0)("tickytackytucky\n"); 229 /* this->entityTrack->tick(dt);*/ 229 this->entityTrack->tick(dt); 230 230 //this->setAbsCoor(this->entityTrack->getTrackNode()->getAbsCoor()); 231 231 } … … 240 240 void Camera::draw() const 241 241 { 242 /*if( this->entityTrack != NULL && this->isDrawTrack())243 this->entityTrack->drawGraph(); */242 if( this->entityTrack != NULL && this->isDrawTrack()) 243 this->entityTrack->drawGraph(); 244 244 } 245 245
Note: See TracChangeset
for help on using the changeset viewer.