UNPKG

three-stdlib

Version:

stand-alone library of threejs examples

9 lines (6 loc) 248 B
import { BufferGeometry } from 'three' import { LineSegmentsGeometry } from './LineSegmentsGeometry' export class WireframeGeometry2 extends LineSegmentsGeometry { constructor(geometry: BufferGeometry) readonly sWireframeGeometry2: boolean }