mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-10 00:16:23 +02:00
commit
7da3b8af4e
1 changed files with 1 additions and 1 deletions
|
@ -140,9 +140,9 @@ void Head::calculateGeometry(bool lookingInMirror) {
|
|||
}
|
||||
|
||||
_orientation.setToIdentity();
|
||||
_orientation.roll (_bodyRotation.z + roll );
|
||||
_orientation.pitch(_bodyRotation.x + pitch);
|
||||
_orientation.yaw (_bodyRotation.y + yaw );
|
||||
//_orientation.roll (_bodyRotation.z + roll );
|
||||
|
||||
//calculate the eye positions
|
||||
_leftEyePosition = _position
|
||||
|
|
Loading…
Reference in a new issue