mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:43:50 +02:00
improve wording for MyAvatar.qmlPosition doc
This commit is contained in:
parent
f0bc080502
commit
5c0e9e7496
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ class MyAvatar : public Avatar {
|
|||
*
|
||||
* @namespace MyAvatar
|
||||
* @augments Avatar
|
||||
* @property qmlPosition {Vec3} Used as a polyfill for position access by QML
|
||||
* @property qmlPosition {Vec3} Used as a stopgap for position access by QML, as glm::vec3 is unavailable outside of scripts
|
||||
* @property shouldRenderLocally {bool} Set it to true if you would like to see MyAvatar in your local interface,
|
||||
* and false if you would not like to see MyAvatar in your local interface.
|
||||
* @property motorVelocity {Vec3} Can be used to move the avatar with this velocity.
|
||||
|
|
Loading…
Reference in a new issue