Pārlūkot izejas kodu

uvPosition is not used in the merge function

astrolabio 11 gadi atpakaļ
vecāks
revīzija
4b12976039
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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,