WireframeGeometry2 constructor
WireframeGeometry2(
- BufferGeometry geometry
Implementation
WireframeGeometry2(BufferGeometry geometry ):super() {
this.type = 'WireframeGeometry2';
this.fromWireframeGeometry(WireframeGeometry(geometry));
}