Files
2026-05-30 19:59:39 -03:00

3 lines
141 B
TypeScript

import { Raycaster, Intersection } from 'three';
export declare function meshBounds(raycaster: Raycaster, intersects: Intersection[]): void;