improve wording for MyAvatar.qmlPosition doc

This commit is contained in:
Zach Pomerantz 2017-06-19 14:52:32 -07:00 committed by GitHub
parent f0bc080502
commit 5c0e9e7496

View file

@ -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.