Igalia / wolvic

A fast and secure browser for standalone virtual-reality and augmented-reality headsets.
https://wolvic.org
Mozilla Public License 2.0
813 stars 105 forks source link

[OpenXR] Enable hand tracking motion range #1284

Closed svillar closed 8 months ago

svillar commented 8 months ago

The hand tracking motion range extensions allow applications to specify the motion range of the user's hands, so that it could take better decisions when computing the hand joints poses. In our case we'll be assuming that the user is not handling anything in their hands (otherwise it'd be using the controllers). Consequently we ask the runtime to use the hands full motion range. This allows the runtime to detect a closed fist for example.