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