mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:43:50 +02:00
Change default mouse speeds for avatar
This commit is contained in:
parent
e99683fdcf
commit
4b94d24c29
1 changed files with 2 additions and 2 deletions
|
@ -69,8 +69,8 @@ const float MAX_BOOST_SPEED = 0.5f * MAX_WALKING_SPEED; // action motor gets add
|
|||
const float MIN_AVATAR_SPEED = 0.05f;
|
||||
const float MIN_AVATAR_SPEED_SQUARED = MIN_AVATAR_SPEED * MIN_AVATAR_SPEED; // speed is set to zero below this
|
||||
|
||||
const float YAW_SPEED_DEFAULT = 120.0f; // degrees/sec
|
||||
const float PITCH_SPEED_DEFAULT = 90.0f; // degrees/sec
|
||||
const float YAW_SPEED_DEFAULT = 60.0f; // degrees/sec
|
||||
const float PITCH_SPEED_DEFAULT = 45.0f; // degrees/sec
|
||||
|
||||
// TODO: normalize avatar speed for standard avatar size, then scale all motion logic
|
||||
// to properly follow avatar size.
|
||||
|
|
Loading…
Reference in a new issue