4 lines
254 B
TypeScript
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;
|