Changeset 6376
- Timestamp:
- Dec 18, 2009, 12:17:28 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/orxonox/controllers/NewHumanController.cc
r6365 r6376 329 329 //y is down positive 330 330 relativeHit.normalise(); 331 COUT(0) << relativeHit << endl;331 // COUT(0) << relativeHit << endl; 332 332 333 333 float threshold = 0.3; … … 495 495 void NewHumanController::changedControllableEntity() 496 496 { 497 /* 497 498 if( this->getControllableEntity() ) 498 499 CCOUT(0) << "changed controllable entity to: " << this->getControllableEntity()->getIdentifier()->getName() << endl; 499 500 else 500 501 CCOUT(0) << "changed controllable entity to: " << this->getControllableEntity() << endl; 502 */ 501 503 this->controlMode_ = 0; 502 504 this->currentYaw_ = 0; … … 543 545 void NewHumanController::doPauseControl() { 544 546 this->controlPaused_ = true; 545 COUT(0) << "pause control" << endl;547 // COUT(0) << "pause control" << endl; 546 548 this->hideOverlays(); 547 549 }
Note: See TracChangeset
for help on using the changeset viewer.