Adding constants ATTACH_AVATAR_CENTER and ATTACH_NECK

This commit is contained in:
Ima Mechanique 2013-02-14 18:08:42 +00:00
parent 6152c2a509
commit 0bb0e8a104
3 changed files with 20 additions and 2 deletions

View file

@ -3794,6 +3794,9 @@
These constants are used to refer to attachment points
in calls to llAttachToAvatar.
Attachment Constants
<Word name="ATTACH_AVATAR_CENTER">
Attach to the avatar&apos;s geometric centre.
</Word>
<Word name="ATTACH_BACK">
Attach to the avatar back.
</Word>
@ -3844,6 +3847,9 @@
<Word name="ATTACH_MOUTH">
Attach to the avatar mouth.
</Word>
<Word name="ATTACH_NECK">
Attach to the avatar&apos;s neck.
</Word>
<Word name="ATTACH_NOSE">
Attach to the avatar nose.
</Word>

View file

@ -7,6 +7,16 @@
</head>
<body style="background-color: white; font-family: Verdana, sans-serif;font-size: 13px;line-height: 1.3">
<div>
<div>
<h3><span class="date">2013-02-14</span> - Release 2.49.0</h3>
<div>
* Constants Added:
<ul>
<li>ATTACH_AVATAR_CENTER</li>
<li>ATTACH_NECK</li>
</ul>
</div>
</div>
<div>
<h3><span class="date">2013-01-01</span> - Release 2.48.0</h3>
<div>