Browse Source

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

Michael Herzog 3 years ago
parent
commit
64b87c90f9
1 changed files with 0 additions and 6 deletions
  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;