Преглед изворни кода

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

Michael Herzog пре 4 година
родитељ
комит
64b87c90f9
1 измењених фајлова са 0 додато и 6 уклоњено
  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() {
 	computeTangents() {
 
 
 		const index = this.index;
 		const index = this.index;