mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 02:19:58 +02:00
Merge pull request #6782 from AndrewMeadows/flying-speed
reduced avatar max fly speed
This commit is contained in:
commit
56967972e0
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ const float MIN_AVATAR_SPEED = 0.05f; // speed is set to zero below this
|
||||||
|
|
||||||
// TODO: normalize avatar speed for standard avatar size, then scale all motion logic
|
// TODO: normalize avatar speed for standard avatar size, then scale all motion logic
|
||||||
// to properly follow avatar size.
|
// to properly follow avatar size.
|
||||||
float MAX_AVATAR_SPEED = 300.0f;
|
float MAX_AVATAR_SPEED = 30.0f;
|
||||||
float MAX_KEYBOARD_MOTOR_SPEED = MAX_AVATAR_SPEED;
|
float MAX_KEYBOARD_MOTOR_SPEED = MAX_AVATAR_SPEED;
|
||||||
float DEFAULT_KEYBOARD_MOTOR_TIMESCALE = 0.25f;
|
float DEFAULT_KEYBOARD_MOTOR_TIMESCALE = 0.25f;
|
||||||
float MIN_SCRIPTED_MOTOR_TIMESCALE = 0.005f;
|
float MIN_SCRIPTED_MOTOR_TIMESCALE = 0.005f;
|
||||||
|
|
Loading…
Reference in a new issue