Changeset 6144 for code/branches/presentation2/src/orxonox
- Timestamp:
- Nov 25, 2009, 1:52:15 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/orxonox/controllers/NewHumanController.cc
r6143 r6144 138 138 if (firemode == 1 && this->controlMode_ == 1) { 139 139 //unlocked steering, steer on right mouse click 140 //HumanController::yaw(newVector2(this->currentYaw_, 0));141 //HumanController::pitch(newVector2(this->currentPitch_, 0));140 HumanController::yaw(Vector2(this->currentYaw_, 0)); 141 HumanController::pitch(Vector2(this->currentPitch_, 0)); 142 142 } 143 143 else { … … 245 245 HumanController::pitch(value); 246 246 247 std::cout << value << endl;248 249 247 this->currentPitch_ = value.x; 250 248 }
Note: See TracChangeset
for help on using the changeset viewer.