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