Browse Source

kill double `.normalize` (#22503)

ycw 4 năm trước cách đây
mục cha
commit
305c488ad5
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/extras/core/Curve.js

+ 0 - 1
src/extras/core/Curve.js

@@ -277,7 +277,6 @@ class Curve {
 			const u = i / segments;
 
 			tangents[ i ] = this.getTangentAt( u, new Vector3() );
-			tangents[ i ].normalize();
 
 		}