소스 검색

Update BufferGeometryUtils.js

Clean up.
Michael Herzog 3 년 전
부모
커밋
f2294abe4f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/jsm/utils/BufferGeometryUtils.js

+ 1 - 1
examples/jsm/utils/BufferGeometryUtils.js

@@ -70,7 +70,7 @@ function computeTangents( geometry, negateSign = true ) {
 
 		for ( let i = 3; i < tangents.length; i += 4 ) {
 
-			tangents[ i ] *= -1;
+			tangents[ i ] *= - 1;
 
 		}