ソースを参照

Remove "copy" function override (#21782)

Garrett Johnson 4 年 前
コミット
6ccec8f415
1 ファイル変更0 行追加8 行削除
  1. 0 8
      examples/jsm/lines/LineGeometry.js

+ 0 - 8
examples/jsm/lines/LineGeometry.js

@@ -80,14 +80,6 @@ class LineGeometry extends LineSegmentsGeometry {
 
 	}
 
-	copy( /* source */ ) {
-
-		// todo
-
-		return this;
-
-	}
-
 }
 
 LineGeometry.prototype.isLineGeometry = true;