WireframeGeometry2 constructor

WireframeGeometry2(
  1. BufferGeometry geometry
)

Implementation

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