UNPKG

@threlte/xr

Version:

Tools to more easily create VR and AR experiences with Threlte

4 lines (3 loc) 238 B
import type { Context, HandContext } from './context'; export type ComputeFunction = (context: Context, handContext: HandContext) => void; export declare const defaultComputeFunction: (context: Context, handContext: HandContext) => void;