mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:43:50 +02:00
Clear the saccade when Faceshift is active.
This commit is contained in:
parent
c2adc6256e
commit
e943a6167c
1 changed files with 2 additions and 0 deletions
|
@ -204,6 +204,8 @@ void Head::simulate(float deltaTime, bool isMine, bool billboard) {
|
|||
_mouth3,
|
||||
_mouth4,
|
||||
_blendshapeCoefficients);
|
||||
} else {
|
||||
_saccade = glm::vec3();
|
||||
}
|
||||
|
||||
if (!isMine) {
|
||||
|
|
Loading…
Reference in a new issue