Ver código fonte

Updated builds.

Mr.doob 7 anos atrás
pai
commit
a88de2e017
3 arquivos alterados com 205 adições e 219 exclusões
  1. 0 7
      build/three.js
  2. 205 205
      build/three.min.js
  3. 0 7
      build/three.module.js

+ 0 - 7
build/three.js

@@ -4559,8 +4559,6 @@
 	*/
 	function WebGLRenderTarget( width, height, options ) {
 
-		this.uuid = _Math.generateUUID();
-
 		this.width = width;
 		this.height = height;
 
@@ -10250,7 +10248,6 @@
 
 		}
 
-		this.uuid = _Math.generateUUID();
 		this.name = '';
 
 		this.array = array;
@@ -41524,8 +41521,6 @@
 
 	function InterleavedBufferAttribute( interleavedBuffer, itemSize, offset, normalized ) {
 
-		this.uuid = _Math.generateUUID();
-
 		this.data = interleavedBuffer;
 		this.itemSize = itemSize;
 		this.offset = offset;
@@ -41662,8 +41657,6 @@
 
 	function InterleavedBuffer( array, stride ) {
 
-		this.uuid = _Math.generateUUID();
-
 		this.array = array;
 		this.stride = stride;
 		this.count = array !== undefined ? array.length / stride : 0;

Diferenças do arquivo suprimidas por serem muito extensas
+ 205 - 205
build/three.min.js


+ 0 - 7
build/three.module.js

@@ -4553,8 +4553,6 @@ Object.assign( Vector4.prototype, {
 */
 function WebGLRenderTarget( width, height, options ) {
 
-	this.uuid = _Math.generateUUID();
-
 	this.width = width;
 	this.height = height;
 
@@ -10244,7 +10242,6 @@ function BufferAttribute( array, itemSize, normalized ) {
 
 	}
 
-	this.uuid = _Math.generateUUID();
 	this.name = '';
 
 	this.array = array;
@@ -41518,8 +41515,6 @@ InstancedBufferGeometry.prototype = Object.assign( Object.create( BufferGeometry
 
 function InterleavedBufferAttribute( interleavedBuffer, itemSize, offset, normalized ) {
 
-	this.uuid = _Math.generateUUID();
-
 	this.data = interleavedBuffer;
 	this.itemSize = itemSize;
 	this.offset = offset;
@@ -41656,8 +41651,6 @@ Object.assign( InterleavedBufferAttribute.prototype, {
 
 function InterleavedBuffer( array, stride ) {
 
-	this.uuid = _Math.generateUUID();
-
 	this.array = array;
 	this.stride = stride;
 	this.count = array !== undefined ? array.length / stride : 0;

Alguns arquivos não foram mostrados porque muitos arquivos mudaram nesse diff