mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Made requested change.
This commit is contained in:
parent
78981307e6
commit
9de2ac1eb5
1 changed files with 2 additions and 1 deletions
|
@ -170,7 +170,8 @@ class MyAvatar : public Avatar {
|
|||
* @property {Vec3} skeletonOffset - Can be used to apply a translation offset between the avatar's position and the
|
||||
* registration point of the 3D model.
|
||||
*
|
||||
* @property {Vec3} qmlPosition - A synonym for <code>position</code> for use by QML. This is deprecated.
|
||||
* @property {Vec3} qmlPosition - A synonym for <code>position</code> for use by QML.
|
||||
* <p class="important">Deprecated: This property is deprecated and will be removed.</p>
|
||||
*
|
||||
* @property {Vec3} feetPosition - The position of the avatar's feet.
|
||||
* @property {boolean} shouldRenderLocally=true - If <code>true</code> then your avatar is rendered for you in Interface,
|
||||
|
|
Loading…
Reference in a new issue