Преглед на файлове

uvPosition is not used in the merge function

astrolabio преди 11 години
родител
ревизия
4b12976039
променени са 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,