mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-16 01:14:17 +02:00
Increase the eye open scale.
This commit is contained in:
parent
feecb4fa25
commit
80cc278bfa
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ void Faceshift::receive(const QByteArray& buffer) {
|
|||
_eyeGazeRightPitch = -data.m_eyeGazeRightPitch;
|
||||
_eyeGazeRightYaw = data.m_eyeGazeRightYaw;
|
||||
|
||||
const float EYE_OPEN_SCALE = 0.25f;
|
||||
const float EYE_OPEN_SCALE = 0.5f;
|
||||
if (_leftBlinkIndex != -1) {
|
||||
_leftBlink = data.m_coeffs[_leftBlinkIndex] - data.m_coeffs[_leftEyeOpenIndex] * EYE_OPEN_SCALE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue