Browse Source

InstancedBufferGeometry: Removed redundant clone() code.

Mr.doob 2 năm trước cách đây
mục cha
commit
b58ecfd170
1 tập tin đã thay đổi với 0 bổ sung6 xóa
  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();