From 98c82281617024be851f916a3d2087be0fc2b7f6 Mon Sep 17 00:00:00 2001 From: Philip Rosedale Date: Fri, 12 Apr 2013 21:11:03 -0700 Subject: [PATCH] had to take out call to myAvatar.getBonePosition - unclear why it now isn't working. --- interface/src/main.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/interface/src/main.cpp b/interface/src/main.cpp index ed9a9b4782..23c89824de 100644 --- a/interface/src/main.cpp +++ b/interface/src/main.cpp @@ -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;