From 5edd19173b90ed7d05ca6ebea5e8ba3817f30404 Mon Sep 17 00:00:00 2001 From: m-alkalbani <160616667+m-alkalbani@users.noreply.github.com> Date: Wed, 5 Jun 2024 10:57:47 +0100 Subject: [PATCH] Mention handedness in index.bs --- index.bs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.bs b/index.bs index c722434..4b52dd5 100755 --- a/index.bs +++ b/index.bs @@ -256,6 +256,8 @@ The {{XRHandJoint}} enum defines the various joints that each {{XRHand}} MUST co Every {{XRHand}} has an associated input source, which is the [=physical hand input source=] that it tracks. +NOTE: The handedness property of {{XRInputSource}} describes which hand the XR input source is associated with, if any. +
Each {{XRHand}} object has a \[[joints]] internal slot, which is an [=ordered map=] of pairs with the key of type {{XRHandJoint}} and the value of type {{XRJointSpace}}.