mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 00:13:53 +02:00
had to take out call to myAvatar.getBonePosition - unclear why it now isn't working.
This commit is contained in:
parent
d5d746ff9e
commit
98c8228161
1 changed files with 3 additions and 1 deletions
|
@ -742,6 +742,8 @@ void display(void)
|
|||
glEnable(GL_LIGHTING);
|
||||
glEnable(GL_DEPTH_TEST);
|
||||
|
||||
|
||||
/*
|
||||
// Test - Draw a blue sphere around a body part of mine!
|
||||
|
||||
glPushMatrix();
|
||||
|
@ -750,8 +752,8 @@ void display(void)
|
|||
myAvatar.getBonePosition(AVATAR_BONE_RIGHT_HAND).y,
|
||||
myAvatar.getBonePosition(AVATAR_BONE_RIGHT_HAND).z);
|
||||
glutSolidSphere(0.03, 10, 10);
|
||||
|
||||
glPopMatrix();
|
||||
*/
|
||||
|
||||
// draw a red sphere
|
||||
float sphereRadius = 0.25f;
|
||||
|
|
Loading…
Reference in a new issue