remove XXX comments

This commit is contained in:
Seth Alves 2017-01-17 13:32:58 -08:00
parent e76f1c5937
commit be165b567e

View file

@ -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;