Explorar el Código

kill double `.normalize` (#22503)

ycw hace 4 años
padre
commit
305c488ad5
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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();
 
 		}