mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
added back the av position
This commit is contained in:
parent
53796d067f
commit
3cee28f0ef
1 changed files with 0 additions and 2 deletions
|
@ -548,7 +548,6 @@ void Head::simulate(float deltaTime) {
|
|||
|
||||
void Head::render(int faceToFace, int isMine) {
|
||||
|
||||
/*
|
||||
//---------------------------------------------------
|
||||
// show avatar position
|
||||
//---------------------------------------------------
|
||||
|
@ -557,7 +556,6 @@ void Head::render(int faceToFace, int isMine) {
|
|||
glScalef( 0.03, 0.03, 0.03 );
|
||||
glutSolidSphere( 1, 10, 10 );
|
||||
glPopMatrix();
|
||||
*/
|
||||
|
||||
//---------------------------------------------------
|
||||
// show avatar orientation
|
||||
|
|
Loading…
Reference in a new issue