[Orxonox-commit 1658] r6376 - code/branches/presentation2/src/orxonox/controllers
rgrieder at orxonox.net
rgrieder at orxonox.net
Fri Dec 18 00:17:29 CET 2009
Author: rgrieder
Date: 2009-12-18 00:17:28 +0100 (Fri, 18 Dec 2009)
New Revision: 6376
Modified:
code/branches/presentation2/src/orxonox/controllers/NewHumanController.cc
Log:
Removed some more debug output.
Modified: code/branches/presentation2/src/orxonox/controllers/NewHumanController.cc
===================================================================
--- code/branches/presentation2/src/orxonox/controllers/NewHumanController.cc 2009-12-17 23:11:16 UTC (rev 6375)
+++ code/branches/presentation2/src/orxonox/controllers/NewHumanController.cc 2009-12-17 23:17:28 UTC (rev 6376)
@@ -328,7 +328,7 @@
//x is left positive
//y is down positive
relativeHit.normalise();
- COUT(0) << relativeHit << endl;
+// COUT(0) << relativeHit << endl;
float threshold = 0.3;
// && abs(relativeHit.y) < 0.5
@@ -494,10 +494,12 @@
void NewHumanController::changedControllableEntity()
{
+/*
if( this->getControllableEntity() )
CCOUT(0) << "changed controllable entity to: " << this->getControllableEntity()->getIdentifier()->getName() << endl;
else
CCOUT(0) << "changed controllable entity to: " << this->getControllableEntity() << endl;
+*/
this->controlMode_ = 0;
this->currentYaw_ = 0;
this->currentPitch_ = 0;
@@ -542,7 +544,7 @@
void NewHumanController::doPauseControl() {
this->controlPaused_ = true;
- COUT(0) << "pause control" << endl;
+// COUT(0) << "pause control" << endl;
this->hideOverlays();
}
More information about the Orxonox-commit
mailing list