removed printf

This commit is contained in:
Philip Rosedale 2013-12-06 17:47:01 -08:00
parent 9195d60b71
commit 4edb7decdf

View file

@ -168,7 +168,6 @@ void MyAvatar::simulate(float deltaTime, Transmitter* transmitter) {
_velocity += _thrust * deltaTime;
// update body yaw by body yaw delta
printf("bodyYawDelta %.3f\n", _bodyYawDelta);
orientation = orientation * glm::quat(glm::radians(
glm::vec3(_bodyPitchDelta, _bodyYawDelta, _bodyRollDelta) * deltaTime));
// decay body rotation momentum