UNPKG

three

Version:

JavaScript 3D library

7 lines (5 loc) 234 B
import { BufferGeometry } from '../core/BufferGeometry'; import { Geometry } from '../core/Geometry'; export class EdgesGeometry extends BufferGeometry { constructor(geometry: BufferGeometry | Geometry, thresholdAngle?: number); }