Wireframe.create constructor

Wireframe.create(
  1. BufferGeometry? geometry,
  2. Material? material
)

Implementation

Wireframe.create(super.geometry, super.material){
  this.type = 'Wireframe';
}