Browse Source

kill double `.normalize` (#22503)

ycw 3 years ago
parent
commit
305c488ad5
1 changed files with 0 additions and 1 deletions
  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();
 
 		}