6cd9596
1
2
3
4
5
6
7
import { BufferGeometry } from '../core/BufferGeometry'; import { Geometry } from '../core/Geometry'; export class EdgesGeometry extends BufferGeometry { constructor(geometry: BufferGeometry | Geometry, thresholdAngle?: number); }