Files
hydro-builder-app/node_modules/meshline/dist/raycast.d.ts
2026-06-13 17:36:44 -07:00

4 lines
254 B
TypeScript

import * as THREE from 'three';
import type { MeshLineMaterial } from './MeshLineMaterial';
export declare function raycast(this: THREE.Mesh<THREE.BufferGeometry, MeshLineMaterial>, raycaster: THREE.Raycaster, intersects: THREE.Intersection[]): void;