mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 17:03:58 +02:00
remove XXX comments
This commit is contained in:
parent
e76f1c5937
commit
be165b567e
1 changed files with 0 additions and 2 deletions
|
@ -928,7 +928,6 @@ glm::quat Avatar::getAbsoluteJointRotationInObjectFrame(int index) const {
|
|||
return controllerRightHandTransform.getRotation();
|
||||
}
|
||||
case CAMERA_MATRIX_INDEX: {
|
||||
// XXX
|
||||
glm::quat rotation;
|
||||
_skeletonModel->getAbsoluteJointRotationInRigFrame(getJointIndex("head"), rotation);
|
||||
return rotation;
|
||||
|
@ -960,7 +959,6 @@ glm::vec3 Avatar::getAbsoluteJointTranslationInObjectFrame(int index) const {
|
|||
return controllerRightHandTransform.getTranslation();
|
||||
}
|
||||
case CAMERA_MATRIX_INDEX: {
|
||||
// XXX
|
||||
glm::vec3 translation;
|
||||
_skeletonModel->getAbsoluteJointTranslationInRigFrame(getJointIndex("head"), translation);
|
||||
return translation;
|
||||
|
|
Loading…
Reference in a new issue