diff options
author | Oz Linden <oz@lindenlab.com> | 2011-10-26 12:08:59 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-10-26 12:08:59 -0400 |
commit | 5814695d71bc91eae556e682fa5d3ddd5ebdb628 (patch) | |
tree | aecf797a7feb6a038e748bfe099976cef9f9c0b5 /indra/newview/character | |
parent | 1b173ed82b65c7bb5f5d5294847a721b64f8cf35 (diff) |
vwr-26120: add attachment points for Neck and Avatar Center
Diffstat (limited to 'indra/newview/character')
-rw-r--r-- | indra/newview/character/avatar_lad.xml | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/indra/newview/character/avatar_lad.xml b/indra/newview/character/avatar_lad.xml index 5d6b10c047..6641c80b94 100644 --- a/indra/newview/character/avatar_lad.xml +++ b/indra/newview/character/avatar_lad.xml @@ -393,7 +393,26 @@ max_attachment_offset="2.0" visible_in_first_person="true" /> - + <attachment_point + id="39" + group="9" + pie_slice="1" + name="Neck" + joint="mNeck" + position="0 0 0" + rotation="0 0 0" + visible_in_first_person="true" /> + + <attachment_point + id="40" + group="9" + pie_slice="2" + name="Avatar Center" + joint="mRoot" + position="0 0 0" + rotation="0 0 0" + visible_in_first_person="true" /> + <param id="32" group="1" |