mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 20:23:06 +02:00
fix MyAvatar JS API typo
This commit is contained in:
parent
4ff3c9e046
commit
f4e6606c8d
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ class MyAvatar : public Avatar {
|
||||||
* and MyAvatar.customListenOrientation properties.
|
* and MyAvatar.customListenOrientation properties.
|
||||||
* @property customListenPosition {Vec3} If MyAvatar.audioListenerMode == MyAvatar.audioListenerModeHead, then this determines the position
|
* @property customListenPosition {Vec3} If MyAvatar.audioListenerMode == MyAvatar.audioListenerModeHead, then this determines the position
|
||||||
* of audio spatialization listener.
|
* of audio spatialization listener.
|
||||||
* @property customListenOreintation {Quat} If MyAvatar.audioListenerMode == MyAvatar.audioListenerModeHead, then this determines the orientation
|
* @property customListenOrientation {Quat} If MyAvatar.audioListenerMode == MyAvatar.audioListenerModeHead, then this determines the orientation
|
||||||
* of the audio spatialization listener.
|
* of the audio spatialization listener.
|
||||||
* @property audioListenerModeHead {number} READ-ONLY. When passed to MyAvatar.audioListenerMode, it will set the audio listener
|
* @property audioListenerModeHead {number} READ-ONLY. When passed to MyAvatar.audioListenerMode, it will set the audio listener
|
||||||
* around the avatar's head.
|
* around the avatar's head.
|
||||||
|
|
Loading…
Reference in a new issue