mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 14:54:29 +02:00
Increase the saccade interval
This commit is contained in:
parent
0c7c5f6301
commit
c88ba2c6d1
1 changed files with 2 additions and 2 deletions
|
@ -124,8 +124,8 @@ void Head::simulate(float deltaTime, bool isMine, bool billboard) {
|
|||
|
||||
if (!(_isFaceTrackerConnected || billboard)) {
|
||||
// Update eye saccades
|
||||
const float AVERAGE_MICROSACCADE_INTERVAL = 0.50f;
|
||||
const float AVERAGE_SACCADE_INTERVAL = 4.0f;
|
||||
const float AVERAGE_MICROSACCADE_INTERVAL = 1.0f;
|
||||
const float AVERAGE_SACCADE_INTERVAL = 6.0f;
|
||||
const float MICROSACCADE_MAGNITUDE = 0.002f;
|
||||
const float SACCADE_MAGNITUDE = 0.04f;
|
||||
const float MAXIMUM_SACCADE_SPEED = 0.8f;
|
||||
|
|
Loading…
Reference in a new issue