web3d / node_modules /three /src /geometries /EdgesGeometry.d.ts
julien-c's picture
julien-c HF staff
do not gitignore the builds
6cd9596
raw
history blame contribute delete
234 Bytes
import { BufferGeometry } from '../core/BufferGeometry';
import { Geometry } from '../core/Geometry';
export class EdgesGeometry extends BufferGeometry {
constructor(geometry: BufferGeometry | Geometry, thresholdAngle?: number);
}