UNPKG

@pmndrs/xr

Version:
5 lines (4 loc) 310 B
import { type Object3D } from 'three'; import type { XRControllerGamepadState } from './gamepad.js'; import type { XRControllerLayout } from './layout.js'; export declare function createUpdateXRControllerVisuals(model: Object3D, layout: XRControllerLayout, gamepadState: XRControllerGamepadState): () => void;