Function: anchorOffset()
function anchorOffset(
anchor: HandMenuAnchor,
_hand: Hand,
distance: number
): Vec3Tuple;
Defined in: core/hand-menu.ts:88
Hand-local offset for an anchor. The thumb is -Z and the fingertips -Y
for both hands in the grip frame, so no mirroring is needed.
Parameters
| Parameter | Type |
|---|---|
anchor | HandMenuAnchor |
_hand | Hand |
distance | number |
Returns
Vec3Tuple