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?
Returns
WebXRHandPoseEstimator
Methods
getHandContext()
getHandContext(
handedness):WebXRHandContext|null
Defined in: src/input/gestures/poseEstimators/WebXRHandPoseEstimator.ts:41
Parameters
handedness
Returns
WebXRHandContext | null
Implementation of
getHandContexts()
getHandContexts():
object
Defined in: src/input/gestures/poseEstimators/WebXRHandPoseEstimator.ts:66
Returns
object
left
left:
WebXRHandContext|undefined
right
right:
WebXRHandContext|undefined
Implementation of
init()
init(
__namedParameters):Promise<void>
Defined in: src/input/gestures/poseEstimators/WebXRHandPoseEstimator.ts:36
Parameters
__namedParameters
user?
Returns
Promise<void>