|
@@ -144,6 +144,8 @@ return {
|
|
|
|
|
|
<img src="/img/grip.svg" width="600" alt="Hand Grip Pose"/>
|
|
|
|
|
|
+ *Image from the [OpenXR Specification](https://registry.khronos.org/OpenXR/specs/1.0/html/xrspec.html#_grip_pose)*
|
|
|
+
|
|
|
---
|
|
|
|
|
|
The `/point` pose is used to aim or point at objects. It's usually positioned slightly in front
|
|
@@ -151,6 +153,8 @@ return {
|
|
|
|
|
|
<img src="/img/aim.svg" width="600" alt="Hand Point Pose"/>
|
|
|
|
|
|
+ *Image from the [OpenXR Specification](https://registry.khronos.org/OpenXR/specs/1.0/html/xrspec.html#_aim_pose)*
|
|
|
+
|
|
|
---
|
|
|
|
|
|
The `pinch` pose is a stable point between the thumb and index finger on a hand, or a point
|
|
@@ -159,6 +163,8 @@ return {
|
|
|
|
|
|
<img src="/img/pinch.svg" width="600" alt="Hand Pinch Pose"/>
|
|
|
|
|
|
+ *Image from the [OpenXR Specification](https://registry.khronos.org/OpenXR/specs/1.0/html/xrspec.html#_pinch_pose)*
|
|
|
+
|
|
|
---
|
|
|
|
|
|
The `poke` pose is a position located at the tip of the index finger, or a point slightly in
|
|
@@ -167,6 +173,8 @@ return {
|
|
|
|
|
|
<img src="/img/poke.svg" width="600" alt="Hand Poke Pose"/>
|
|
|
|
|
|
+ *Image from the [OpenXR Specification](https://registry.khronos.org/OpenXR/specs/1.0/html/xrspec.html#_poke_pose)*
|
|
|
+
|
|
|
These "hand pose devices" do not report any button input with e.g. `lovr.headset.isDown`. The
|
|
|
main `hand/left` and `hand/right` devices should be used for buttons and haptics.
|
|
|
]],
|