فهرست منبع

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,