|
@@ -19,14 +19,6 @@ THREE.WireframeGeometry2.prototype = Object.assign( Object.create( THREE.LineSeg
|
|
|
|
|
|
constructor: THREE.WireframeGeometry2,
|
|
|
|
|
|
- isWireframeGeometry2: true,
|
|
|
-
|
|
|
- copy: function ( /* source */ ) {
|
|
|
-
|
|
|
- // todo
|
|
|
-
|
|
|
- return this;
|
|
|
-
|
|
|
- }
|
|
|
+ isWireframeGeometry2: true
|
|
|
|
|
|
} );
|