mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 16:14:35 +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