draw a test sphere around my hand in orldspace

This commit is contained in:
Philip Rosedale 2013-04-12 16:13:40 -07:00
parent 524ed7deb6
commit 6d7f343be8

View file

@ -796,6 +796,11 @@ void display(void)
glEnable(GL_LIGHTING);
glEnable(GL_DEPTH_TEST);
// Test - Draw a blue sphere around a body part of mine!
glPushMatrix();
//glTranslate3f(myAvatar.GetRight
glPopMatrix();
// draw a red sphere
float sphereRadius = 0.25f;