diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-01-05 14:13:19 -0500 |
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-01-05 14:13:19 -0500 |
| commit | 57363fdfd6921394be42000869e2d711e7212ea4 (patch) | |
| tree | cc0f96310c91888458ad40ee0db205c9e34d7ed9 /indra/newview/llvoavatar.cpp | |
| parent | 79a89f5d921f99ba7a990a1dbf7428d1d3758bc6 (diff) | |
SL-92 WIP - More consistent enforcement of min/max hover values. Setting is stored as a per-account F32 value.
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
| -rwxr-xr-x | indra/newview/llvoavatar.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index a6d006f13b..fd741e7e5f 100755 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -111,6 +111,9 @@ extern F32 ANIM_SPEED_MAX; extern F32 ANIM_SPEED_MIN; extern U32 JOINT_COUNT_REQUIRED_FOR_FULLRIG; +const F32 MAX_HOVER_Z = 2.0; +const F32 MIN_HOVER_Z = -2.0; + // #define OUTPUT_BREAST_DATA using namespace LLAvatarAppearanceDefines; |
