Просмотр исходного кода

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

Michael Herzog 4 лет назад
Родитель
Сommit
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() {
 
 		const index = this.index;