mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-30 18:50:51 +02:00
Uncomment code that was commented out to simplify debugging.
This commit is contained in:
parent
ea02583875
commit
642e569033
1 changed files with 1 additions and 2 deletions
|
@ -1153,7 +1153,6 @@ void MyAvatar::renderBody(RenderArgs* renderArgs, ViewFrustum* renderFrustum, fl
|
||||||
}
|
}
|
||||||
|
|
||||||
// This is drawing the lookat vectors from our avatar to wherever we're looking.
|
// This is drawing the lookat vectors from our avatar to wherever we're looking.
|
||||||
/*
|
|
||||||
if (qApp->isHMDMode()) {
|
if (qApp->isHMDMode()) {
|
||||||
glm::vec3 cameraPosition = Application::getInstance()->getCamera()->getPosition();
|
glm::vec3 cameraPosition = Application::getInstance()->getCamera()->getPosition();
|
||||||
|
|
||||||
|
@ -1169,7 +1168,7 @@ void MyAvatar::renderBody(RenderArgs* renderArgs, ViewFrustum* renderFrustum, fl
|
||||||
cameraPosition + getOrientation() * (rightEyePosition - headPosition));
|
cameraPosition + getOrientation() * (rightEyePosition - headPosition));
|
||||||
} else {
|
} else {
|
||||||
getHead()->renderLookAts(renderArgs);
|
getHead()->renderLookAts(renderArgs);
|
||||||
}*/
|
}
|
||||||
|
|
||||||
getHand()->render(renderArgs, true);
|
getHand()->render(renderArgs, true);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue