mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 07:19:32 +02:00
removed printf
This commit is contained in:
parent
9195d60b71
commit
4edb7decdf
1 changed files with 0 additions and 1 deletions
|
@ -168,7 +168,6 @@ void MyAvatar::simulate(float deltaTime, Transmitter* transmitter) {
|
||||||
_velocity += _thrust * deltaTime;
|
_velocity += _thrust * deltaTime;
|
||||||
|
|
||||||
// update body yaw by body yaw delta
|
// update body yaw by body yaw delta
|
||||||
printf("bodyYawDelta %.3f\n", _bodyYawDelta);
|
|
||||||
orientation = orientation * glm::quat(glm::radians(
|
orientation = orientation * glm::quat(glm::radians(
|
||||||
glm::vec3(_bodyPitchDelta, _bodyYawDelta, _bodyRollDelta) * deltaTime));
|
glm::vec3(_bodyPitchDelta, _bodyYawDelta, _bodyRollDelta) * deltaTime));
|
||||||
// decay body rotation momentum
|
// decay body rotation momentum
|
||||||
|
|
Loading…
Reference in a new issue