@threlte/xr

useHandJoint

Provides a reference to a requested hand joint, once available.

<script>
  import { useHandJoint } from '@threlte/xr'

  const wristJoint = useHandJoint('left', 'wrist')
</script>

Reading hand joint positions in real time can be very useful, for example in providing rigid bodies for hands: