UNPKG

@threlte/xr

Version:

Tools to more easily create VR and AR experiences with Threlte

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