summit/frontend/node_modules/meshline/dist/raycast.d.ts

4 lines
254 B
TypeScript
Raw Normal View History

2025-12-08 16:31:30 +00:00
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;