From 5c0e9e7496f2e4059eb7d5fa750f811662b288b2 Mon Sep 17 00:00:00 2001 From: Zach Pomerantz Date: Mon, 19 Jun 2017 14:52:32 -0700 Subject: [PATCH] improve wording for MyAvatar.qmlPosition doc --- interface/src/avatar/MyAvatar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/avatar/MyAvatar.h b/interface/src/avatar/MyAvatar.h index 3c30500175..ed583d858d 100644 --- a/interface/src/avatar/MyAvatar.h +++ b/interface/src/avatar/MyAvatar.h @@ -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.