@pmndrs/xr
Version:
VR/AR for threejs
5 lines (4 loc) • 310 B
TypeScript
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;