download
raw
623 Bytes
import { Group, Object3D } from 'three'
import { XRHandPrimitiveModel, XRHandPrimitiveModelOptions } from './XRHandPrimitiveModel'
import { XRHandMeshModel } from './XRHandMeshModel'
export type XRHandModelHandedness = 'left' | 'right'
export class XRHandModel extends Object3D {
constructor()
motionController: XRHandPrimitiveModel | XRHandMeshModel
}
export class XRHandModelFactory {
constructor()
path: string
setPath(path: string): XRHandModelFactory
createHandModel(
controller: Group,
profile?: 'spheres' | 'boxes' | 'oculus',
options?: XRHandPrimitiveModelOptions,
): XRHandModel
}

Xet Storage Details

Size:
623 Bytes
·
Xet hash:
327de58610c920dc33000efdd8b52ee983e09bd561e890bd3aef219608ecda83

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.