mirror of
https://github.com/overte-org/overte.git
synced 2025-04-11 11:13:06 +02:00
Remove commented log line
This commit is contained in:
parent
8a4cfd4735
commit
de14fdffb7
1 changed files with 0 additions and 2 deletions
|
@ -296,8 +296,6 @@ controller::Pose openVrControllerPoseToHandPose(bool isLeftHand, const mat4& mat
|
|||
auto translationOffset = (isLeftHand ? leftTranslationOffset : rightTranslationOffset);
|
||||
auto rotationOffset = (isLeftHand ? leftRotationOffset : rightRotationOffset);
|
||||
|
||||
//qDebug() << "TRANSLATION OFFSET: " << isLeftHand << ", " << translationOffset.x << ", " << translationOffset.y << ", " << translationOffset.z;
|
||||
|
||||
glm::vec3 position = extractTranslation(mat);
|
||||
glm::quat rotation = glm::normalize(glm::quat_cast(mat));
|
||||
|
||||
|
|
Loading…
Reference in a new issue