mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 16:13:28 +02:00
test
This commit is contained in:
parent
25dfc7bc4b
commit
6e5f036eeb
1 changed files with 2 additions and 0 deletions
|
@ -134,6 +134,8 @@ void Head::setLookAtPosition(const glm::vec3& lookAtPosition) {
|
|||
}
|
||||
|
||||
|
||||
_lookingAtSomething = true;
|
||||
|
||||
/*
|
||||
if ( fabs(lookAtPosition.x + lookAtPosition.y + lookAtPosition.z) == 0.0 ) { // a lookatPosition of 0,0,0 signifies NOT looking
|
||||
_lookingAtSomething = false;
|
||||
|
|
Loading…
Reference in a new issue