mirror of
https://github.com/lubosz/overte.git
synced 2025-04-16 09:29:16 +02:00
Reversed costants because no sleep. >_<
This commit is contained in:
parent
12d7e35722
commit
d0abb86366
1 changed files with 2 additions and 2 deletions
|
@ -102,7 +102,7 @@ static const float MAX_AVATAR_HEIGHT = 1000.0f * DEFAULT_AVATAR_HEIGHT; // meter
|
|||
static const float MIN_AVATAR_HEIGHT = 0.005f * DEFAULT_AVATAR_HEIGHT; // meters
|
||||
static const float MIN_AVATAR_RADIUS = 0.5f * MIN_AVATAR_HEIGHT;
|
||||
static const float AVATAR_WALK_SPEED_SCALAR = 1.0f;
|
||||
static const float AVATAR_DESKTOP_SPRINT_SPEED_SCALAR = 2.0f;
|
||||
static const float AVATAR_HMD_SPRINT_SPEED_SCALAR = 3.0f;
|
||||
static const float AVATAR_DESKTOP_SPRINT_SPEED_SCALAR = 3.0f;
|
||||
static const float AVATAR_HMD_SPRINT_SPEED_SCALAR = 2.0f;
|
||||
|
||||
#endif // hifi_AvatarConstants_h
|
||||
|
|
Loading…
Reference in a new issue