summit/frontend/node_modules/three-stdlib/lines/WireframeGeometry2.d.ts

9 lines
248 B
TypeScript
Raw Normal View History

2025-12-08 16:31:30 +00:00
import { BufferGeometry } from 'three'
import { LineSegmentsGeometry } from './LineSegmentsGeometry'
export class WireframeGeometry2 extends LineSegmentsGeometry {
constructor(geometry: BufferGeometry)
readonly sWireframeGeometry2: boolean
}