UNPKG

@types/three

Version:
9 lines (6 loc) 260 B
import { BufferGeometry } from "three"; import { LineSegmentsGeometry } from "./LineSegmentsGeometry.js"; export class WireframeGeometry2 extends LineSegmentsGeometry { constructor(geometry: BufferGeometry); readonly isWireframeGeometry2: boolean; }