mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 21:36:47 +02:00
removed unused variable
This commit is contained in:
parent
026fb5b344
commit
edf6e767f0
1 changed files with 1 additions and 1 deletions
|
@ -595,7 +595,7 @@ void Head::renderLookatVectors(glm::vec3 leftEyePosition, glm::vec3 rightEyePosi
|
||||||
void Head::updateHairPhysics(float deltaTime) {
|
void Head::updateHairPhysics(float deltaTime) {
|
||||||
|
|
||||||
glm::quat orientation = getOrientation();
|
glm::quat orientation = getOrientation();
|
||||||
glm::vec3 right = orientation * AVATAR_RIGHT;
|
//glm::vec3 right = orientation * AVATAR_RIGHT; // not used for now
|
||||||
glm::vec3 up = orientation * AVATAR_UP;
|
glm::vec3 up = orientation * AVATAR_UP;
|
||||||
glm::vec3 front = orientation * AVATAR_FRONT;
|
glm::vec3 front = orientation * AVATAR_FRONT;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue