From 8fb83e98be85753d679ffc6491a6f9e32e7be911 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Thu, 4 Jul 2019 20:02:42 +1200 Subject: [PATCH] Doc review. --- interface/src/raypick/PointerScriptingInterface.cpp | 8 ++++---- interface/src/raypick/PointerScriptingInterface.h | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/interface/src/raypick/PointerScriptingInterface.cpp b/interface/src/raypick/PointerScriptingInterface.cpp index 5bff7d4589..f1dcf7bd5d 100644 --- a/interface/src/raypick/PointerScriptingInterface.cpp +++ b/interface/src/raypick/PointerScriptingInterface.cpp @@ -140,8 +140,8 @@ unsigned int PointerScriptingInterface::createStylus(const QVariant& properties) * @property {boolean} [faceAvatar=false] - true if the overlay rendered at the end of the ray rotates about the * world y-axis to always face the avatar; false if it maintains its world orientation. * @property {boolean} [centerEndY=true] - true if the overlay rendered at the end of the ray is centered on - * the ray end; false if the overlay is rendered adjacent to the surface if followNormal is - * true or on top of the ray end if if followNormal is false. + * the ray end; false if the overlay is positioned against the surface if followNormal is + * true, or above the ray end if followNormal is false. * @property {boolean} [lockEnd=false] - true if the end of the ray is locked to the center of the object at * which the ray is pointing; false if the end of the ray is at the intersected surface. * @property {boolean} [distanceScaleEnd=false] - true if the dimensions of the overlay at the end of the ray @@ -331,8 +331,8 @@ unsigned int PointerScriptingInterface::createLaserPointer(const QVariant& prope * @property {boolean} [faceAvatar=false] - true if the overlay rendered at the end of the ray rotates about the * world y-axis to always face the avatar; false if it maintains its world orientation. * @property {boolean} [centerEndY=true] - true if the overlay rendered at the end of the ray is centered on - * the ray end; false if the overlay is rendered adjacent to the surface if followNormal is - * true or on top of the ray end if if followNormal is false. + * the ray end; false if the overlay is positioned against the surface if followNormal is + * true, or above the ray end if followNormal is false. * @property {boolean} [lockEnd=false] - true if the end of the ray is locked to the center of the object at * which the ray is pointing; false if the end of the ray is at the intersected surface. * @property {boolean} [distanceScaleEnd=false] - true if the dimensions of the overlay at the end of the ray diff --git a/interface/src/raypick/PointerScriptingInterface.h b/interface/src/raypick/PointerScriptingInterface.h index 823767467e..e6efaae09f 100644 --- a/interface/src/raypick/PointerScriptingInterface.h +++ b/interface/src/raypick/PointerScriptingInterface.h @@ -41,8 +41,8 @@ public: * pointer. * @typedef {object} Pointers.Trigger * @property {Controller.Standard|Controller.Actions|function} action - The controller output or function that triggers the - * events on the entity or overlay. If a function, it must return a number >= 1.0 to start the action and - * < 1.0 to terminate the action. + * events on the entity or overlay. If a function, it must return a number >= 1.0 to start the action + * and < 1.0 to terminate the action. * @property {string} button - Which button to trigger. *