Wireframe.create constructor
Wireframe.create(
- BufferGeometry? geometry,
- Material? material
Implementation
Wireframe.create(super.geometry, super.material){
this.type = 'Wireframe';
}