Function: handMenuPose()
function handMenuPose(
hand: PoseTuple,
which: Hand,
viewer: Vec3Tuple,
options: HandMenuOptions
): PoseTuple;
Defined in: webxr-uiextensions/src/core/hand-menu.ts:129
The menu's world pose for a hand: anchored in the hand frame, turned to face the viewer.
Parameters
| Parameter | Type |
|---|---|
hand | PoseTuple |
which | Hand |
viewer | Vec3Tuple |
options | HandMenuOptions |
Returns
PoseTuple