temp test

This commit is contained in:
Jeffrey Ventrella 2013-06-03 16:31:39 -07:00
parent 26bbb9917b
commit b73eb66492

View file

@ -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;