added back the av position

This commit is contained in:
Jeffrey Ventrella 2013-04-17 11:23:47 -07:00
parent 53796d067f
commit 3cee28f0ef

View file

@ -548,7 +548,6 @@ void Head::simulate(float deltaTime) {
void Head::render(int faceToFace, int isMine) { void Head::render(int faceToFace, int isMine) {
/*
//--------------------------------------------------- //---------------------------------------------------
// show avatar position // show avatar position
//--------------------------------------------------- //---------------------------------------------------
@ -557,7 +556,6 @@ void Head::render(int faceToFace, int isMine) {
glScalef( 0.03, 0.03, 0.03 ); glScalef( 0.03, 0.03, 0.03 );
glutSolidSphere( 1, 10, 10 ); glutSolidSphere( 1, 10, 10 );
glPopMatrix(); glPopMatrix();
*/
//--------------------------------------------------- //---------------------------------------------------
// show avatar orientation // show avatar orientation