Increase the eye open scale.

This commit is contained in:
Andrzej Kapolka 2013-09-11 10:49:12 -07:00
parent feecb4fa25
commit 80cc278bfa

View file

@ -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;
}