Spaces:
Running
Running
File size: 234 Bytes
263e0f2 |
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);
}
|