UNPKG

@threlte/xr

Version:

Tools to more easily create VR and AR experiences with Threlte

4 lines (3 loc) 211 B
import type { ControlsContext, HandContext } from './types'; export type ComputeFunction = (state: ControlsContext, handState: HandContext) => void; export declare const defaultComputeFunction: ComputeFunction;