mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-14 13:07:55 +02:00
Adjusted default pitch/yaw speed
This commit is contained in:
parent
33a01819e3
commit
77050b13dc
1 changed files with 2 additions and 2 deletions
|
@ -62,8 +62,8 @@ const float MAX_WALKING_SPEED = 2.5f; // human walking speed
|
|||
const float MAX_BOOST_SPEED = 0.5f * MAX_WALKING_SPEED; // keyboard motor gets additive boost below this speed
|
||||
const float MIN_AVATAR_SPEED = 0.05f; // speed is set to zero below this
|
||||
|
||||
const float YAW_SPEED_DEFAULT = 66.0f; // degrees/sec
|
||||
const float PITCH_SPEED_DEFAULT = 55.0f; // degrees/sec
|
||||
const float YAW_SPEED_DEFAULT = 120.0f; // degrees/sec
|
||||
const float PITCH_SPEED_DEFAULT = 90.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