Browse Source

removed adding of uuid on addAttribute

Fordy 10 years ago
parent
commit
900d1c7868
1 changed files with 0 additions and 6 deletions
  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;
 		this.attributes[ name ] = attribute;
 
 
 	},
 	},