UNPKG

@threlte/xr

Version:

Tools to more easily create VR and AR experiences with Threlte

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