Merge pull request #895 from birarda/master

display the hand in first person
This commit is contained in:
Stephen Birarda 2013-08-30 10:29:16 -07:00
commit 37e6b32741

View file

@ -514,7 +514,9 @@ float MyAvatar::getBallRenderAlpha(int ball, bool lookingInMirror) const {
void MyAvatar::renderBody(bool lookingInMirror, bool renderAvatarBalls) {
if (Application::getInstance()->getCamera()->getMode() == CAMERA_MODE_FIRST_PERSON) {
// Dont display body
// Dont display body, only the hand
_hand.render(lookingInMirror);
return;
}