UNPKG

@threlte/xr

Version:

Tools to more easily create VR and AR experiences with Threlte

3 lines (2 loc) 186 B
import type { ControlsContext, HandContext } from './types'; export declare const setupPointerControls: (context: ControlsContext, handContext: HandContext, fixedStep?: number) => void;