mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 00:36:30 +02:00
removed pinky orientation lines in avatar bones
This commit is contained in:
parent
54aac82e9c
commit
8135a45ccf
1 changed files with 6 additions and 6 deletions
|
@ -1132,13 +1132,13 @@ void Head::updateHandMovement( float deltaTime ) {
|
|||
|
||||
if ( getHandState() == 1 ) { atLeastOneAvatarIsGrasping = true; }
|
||||
|
||||
if ( _isMine ) {
|
||||
if ( _otherAvatar.handState == 1 ) {
|
||||
//if ( _isMine ) {
|
||||
//if ( _otherAvatar.handState == 1 ) {
|
||||
if ( _nearOtherAvatar ) {
|
||||
atLeastOneAvatarIsGrasping = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
//}
|
||||
//}
|
||||
|
||||
//---------------------------------------------------------------------
|
||||
// if holding hands with another avatar, add a force to the hand...
|
||||
|
@ -1219,7 +1219,7 @@ void Head::renderBody() {
|
|||
//renderBoneAsBlock( (AvatarBoneID)b);
|
||||
|
||||
//render bone orientation
|
||||
renderOrientationDirections( _bone[b].springyPosition, _bone[b].orientation, _bone[b].radius * 2.0 );
|
||||
//renderOrientationDirections( _bone[b].springyPosition, _bone[b].orientation, _bone[b].radius * 2.0 );
|
||||
|
||||
if ( _usingBodySprings ) {
|
||||
glColor3fv( skinColor );
|
||||
|
|
Loading…
Reference in a new issue