UNPKG

@react-three/drei

Version:

useful add-ons for react-three-fiber

3 lines (2 loc) 141 B
import { Raycaster, Intersection } from 'three'; export declare function meshBounds(raycaster: Raycaster, intersects: Intersection[]): void;