diff options
author | Nyx Linden <nyx@lindenlab.com> | 2013-02-28 17:25:37 -0500 |
---|---|---|
committer | Nyx Linden <nyx@lindenlab.com> | 2013-02-28 17:25:37 -0500 |
commit | d1c144519306cae7eff7f781417482c85068988c (patch) | |
tree | b26d8c8d89109cf9a5ec6b1bae374d35a07bde6e /indra/newview/character | |
parent | 998c31ef9e0631eefe07e4e678032ee90c56c859 (diff) |
SH-3909 Support avatar height offset
Adding a new visual param that allows users to manually adjust an offset for
how far off the ground (+ or -) their avatar's root bone is.
Supports the +-2m range people are used to adjusting in their viewers, but
new implementation should support server-generated appearances.
Diffstat (limited to 'indra/newview/character')
-rwxr-xr-x | indra/newview/character/avatar_lad.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/indra/newview/character/avatar_lad.xml b/indra/newview/character/avatar_lad.xml index 2b090c4fa4..284e9c44b2 100755 --- a/indra/newview/character/avatar_lad.xml +++ b/indra/newview/character/avatar_lad.xml @@ -1084,6 +1084,23 @@ scale="0 0 .5" /> </param_skeleton> </param> + + <param + id="11001" + group="0" + name="Hover" + wearable="shape" + edit_group="shape_body" + edit_group_order="4" + label_min="Lower" + label_max="Higher" + value_min="-2" + value_max="2" + value_default="0" + camera_distance="2.5"> + <param_skeleton /> + </param> + </skeleton> <mesh |