Преглед изворни кода

removed adding of uuid on addAttribute

Fordy пре 10 година
родитељ
комит
900d1c7868
1 измењених фајлова са 0 додато и 6 уклоњено
  1. 0 6
      src/core/BufferGeometry.js

+ 0 - 6
src/core/BufferGeometry.js

@@ -40,12 +40,6 @@ THREE.BufferGeometry.prototype = {
 
 		}
 
-		if ( ! attribute.uuid ) {
-
-			attribute.uuid = THREE.Math.generateUUID();
-
-		}
-
 		this.attributes[ name ] = attribute;
 
 	},