removed incomplete code snippet in Avatar.h

This commit is contained in:
Jeffrey Ventrella 2013-04-26 13:21:49 -07:00
parent e9592f9360
commit 59ef9e5d7e
2 changed files with 6 additions and 15 deletions

View file

@ -592,6 +592,7 @@ void Avatar::updateAvatarCollisionDetectionAndResponse(glm::vec3 collisionPositi
}
void Avatar::render(bool lookingInMirror) {
/*
// show avatar position
glColor4f( 0.5f, 0.5f, 0.5f, 0.6 );

View file

@ -89,16 +89,6 @@ enum AvatarBoneID
NUM_AVATAR_BONES
};
/*
static glm::vec3 avatarDefaultPose[NUM_AVATAR_BONES] =
{
glm::vec3( 0.0f, 0.0f, 0.0f ),
glm::vec3( 0.0f, 0.0f, 0.0f )
};
*/
struct AvatarCollisionElipsoid
{
bool colliding;