ソースを参照

InstancedBufferGeometry: Removed redundant clone() code.

Mr.doob 2 年 前
コミット
b58ecfd170
1 ファイル変更0 行追加6 行削除
  1. 0 6
      src/core/InstancedBufferGeometry.js

+ 0 - 6
src/core/InstancedBufferGeometry.js

@@ -23,12 +23,6 @@ class InstancedBufferGeometry extends BufferGeometry {
 
 	}
 
-	clone() {
-
-		return new this.constructor().copy( this );
-
-	}
-
 	toJSON() {
 
 		const data = super.toJSON();