Skip to main content

Class: WebXRHandPoseEstimator

Defined in: src/input/gestures/poseEstimators/WebXRHandPoseEstimator.ts:29

Implements

Constructors

Constructor

new WebXRHandPoseEstimator(user?): WebXRHandPoseEstimator

Defined in: src/input/gestures/poseEstimators/WebXRHandPoseEstimator.ts:32

Parameters

user?

User

Returns

WebXRHandPoseEstimator

Methods

getHandContext()

getHandContext(handedness): WebXRHandContext | null

Defined in: src/input/gestures/poseEstimators/WebXRHandPoseEstimator.ts:41

Parameters

handedness

Handedness

Returns

WebXRHandContext | null

Implementation of

PoseEstimator.getHandContext


getHandContexts()

getHandContexts(): object

Defined in: src/input/gestures/poseEstimators/WebXRHandPoseEstimator.ts:66

Returns

object

left

left: WebXRHandContext | undefined

right: WebXRHandContext | undefined

Implementation of

PoseEstimator.getHandContexts


init()

init(__namedParameters): Promise<void>

Defined in: src/input/gestures/poseEstimators/WebXRHandPoseEstimator.ts:36

Parameters

__namedParameters
user?

User

Returns

Promise<void>

Implementation of

PoseEstimator.init