浏览代码

Updated builds.

Mr.doob 11 年之前
父节点
当前提交
2b953ca1f5
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      build/three.js

+ 0 - 1
build/three.js

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