mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 12:08:54 +02:00
cleaned up some code spacing
This commit is contained in:
parent
6f1000447b
commit
6c3de00bcd
1 changed files with 3 additions and 18 deletions
|
@ -1309,21 +1309,6 @@ void Avatar::renderBody(bool lookingInMirror) {
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
// highlight the joint that has the mouse cursor hovering over it.
|
||||
if (_jointTouched != AVATAR_JOINT_NULL ) {
|
||||
|
||||
float r = _joint[_jointTouched].radius * 1.2f + 0.005f;
|
||||
glColor4f(0.5f, 0.2f, 0.2f, 0.3);
|
||||
glPushMatrix();
|
||||
glTranslatef(_joint[_jointTouched].springyPosition.x, _joint[_jointTouched].springyPosition.y, _joint[_jointTouched].springyPosition.z);
|
||||
glScalef(r, r, r);
|
||||
glutSolidSphere(1, 20, 20);
|
||||
glPopMatrix();
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
// Render lines connecting the joint positions
|
||||
glColor3f(0.4f, 0.5f, 0.6f);
|
||||
glLineWidth(3.0);
|
||||
|
|
Loading…
Reference in a new issue