Browse Source

BufferGeometry: Remove computeFaceNormals() stub. (#22366)

Michael Herzog 4 năm trước cách đây
mục cha
commit
64b87c90f9
1 tập tin đã thay đổi với 0 bổ sung6 xóa
  1. 0 6
      src/core/BufferGeometry.js

+ 0 - 6
src/core/BufferGeometry.js

@@ -467,12 +467,6 @@ class BufferGeometry extends EventDispatcher {
 
 	}
 
-	computeFaceNormals() {
-
-		// backwards compatibility
-
-	}
-
 	computeTangents() {
 
 		const index = this.index;