mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 19:38:22 +02:00
temp test
This commit is contained in:
parent
26bbb9917b
commit
b73eb66492
1 changed files with 4 additions and 1 deletions
|
@ -43,7 +43,10 @@ const float HEAD_MIN_PITCH = -45;
|
|||
const float HEAD_MAX_YAW = 85;
|
||||
const float HEAD_MIN_YAW = -85;
|
||||
const float PERIPERSONAL_RADIUS = 1.0f;
|
||||
const float AVATAR_BRAKING_STRENGTH = 40.0f;
|
||||
|
||||
//const float AVATAR_BRAKING_STRENGTH = 40.0f;
|
||||
const float AVATAR_BRAKING_STRENGTH = 0.0f;
|
||||
|
||||
const float MOUSE_RAY_TOUCH_RANGE = 0.01f;
|
||||
const float FLOATING_HEIGHT = 0.13f;
|
||||
const bool USING_HEAD_LEAN = false;
|
||||
|
|
Loading…
Reference in a new issue