diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-04-13 09:31:23 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-04-13 09:31:23 -0400 |
commit | 11c9853197312af135a9d7960ee125fc41c423b8 (patch) | |
tree | 9be5fc3d7778dafb43737c8880c805f3dd75e6ad /indra/newview | |
parent | 31ea725b04f86856f051068020f2e710ce93cf59 (diff) |
SL-109 - reduced size of the spheres in 'show bones' display, to make it easier to see what's going on in crowded parts of the skeleton.
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/llvoavatar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index 2f0f377c40..d3ea864800 100755 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -1440,7 +1440,7 @@ void LLVOAvatar::renderBones() static LLVector3 EXTENDED_COLOR_OCCLUDED(0.0f, 1.0f, 0.0f); static LLVector3 EXTENDED_COLOR_VISIBLE(0.5f, 0.5f, 0.5f); - static F32 SPHERE_SCALEF = 0.003f; + static F32 SPHERE_SCALEF = 0.001f; for (; iter != end; ++iter) { |