瀏覽代碼

Merge pull request #5376 from astrolabio/patch-2

uvPosition is not used in the merge function
Mr.doob 11 年之前
父節點
當前提交
2b0e7c31fa
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/core/Geometry.js

+ 0 - 1
src/core/Geometry.js

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