Explorar el Código

Updated builds.

Mr.doob hace 11 años
padre
commit
2b953ca1f5
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      build/three.js

+ 0 - 1
build/three.js

@@ -9713,7 +9713,6 @@ THREE.Geometry.prototype = {
 
 		var normalMatrix,
 		vertexOffset = this.vertices.length,
-		uvPosition = this.faceVertexUvs[ 0 ].length,
 		vertices1 = this.vertices,
 		vertices2 = geometry.vertices,
 		faces1 = this.faces,