mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 09:44:21 +02:00
remove debugging printf
This commit is contained in:
parent
0f312d4c9b
commit
5df09b2932
1 changed files with 0 additions and 3 deletions
|
@ -229,9 +229,6 @@ void Head::simulate(float deltaTime, bool isMine) {
|
|||
const float CAMERA_STOP_TOLERANCE_DEGREES = 0.1f;
|
||||
const float CAMERA_START_TOLERANCE_DEGREES = 2.0f;
|
||||
float cameraHeadAngleDifference = glm::length(glm::vec2(_pitch - _cameraPitch, _yaw - _cameraYaw));
|
||||
//if (cameraHeadAngleDifference > 0.1f) {
|
||||
// printLog("angleDiff = %0.2f\n", cameraHeadAngleDifference);
|
||||
//}
|
||||
if (_isCameraMoving) {
|
||||
_cameraFollowHeadRate = glm::clamp(_cameraFollowHeadRate * CAMERA_FOLLOW_HEAD_RATE_RAMP_RATE,
|
||||
0.f,
|
||||
|
|
Loading…
Reference in a new issue