mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 16:41:57 +02:00
Increase DDE head translation to make avatar better reflect RL
This commit is contained in:
parent
1eb5716ab7
commit
65c1fea689
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ void DdeFaceTracker::decodePacket(const QByteArray& buffer) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Compute relative translation
|
// Compute relative translation
|
||||||
float LEAN_DAMPING_FACTOR = 200.0f;
|
float LEAN_DAMPING_FACTOR = 75.0f;
|
||||||
translation -= _referenceTranslation;
|
translation -= _referenceTranslation;
|
||||||
translation /= LEAN_DAMPING_FACTOR;
|
translation /= LEAN_DAMPING_FACTOR;
|
||||||
translation.x *= -1;
|
translation.x *= -1;
|
||||||
|
|
Loading…
Reference in a new issue