mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-08 20:56:57 +02:00
fix function on jsdoc
This commit is contained in:
parent
0aab2ed07f
commit
d7fc4e905c
1 changed files with 1 additions and 1 deletions
|
@ -1769,7 +1769,7 @@ public:
|
||||||
* Aims the pointing directional blending towards the provided target point.
|
* Aims the pointing directional blending towards the provided target point.
|
||||||
* The "point" reaction should be triggered before using this method.
|
* The "point" reaction should be triggered before using this method.
|
||||||
* <code>MyAvatar.beginReaction("point")</code>
|
* <code>MyAvatar.beginReaction("point")</code>
|
||||||
* @function MyAvatar.setPointingAt
|
* @function MyAvatar.setPointAt
|
||||||
* @param {Vec3} pointAtTarget - The target point in world coordinates.
|
* @param {Vec3} pointAtTarget - The target point in world coordinates.
|
||||||
*/
|
*/
|
||||||
Q_INVOKABLE void setPointAt(const glm::vec3& pointAtTarget);
|
Q_INVOKABLE void setPointAt(const glm::vec3& pointAtTarget);
|
||||||
|
|
Loading…
Reference in a new issue