2
0
ycw 4 жил өмнө
parent
commit
305c488ad5

+ 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();
 
 		}