浏览代码

Updated builds.

Mr.doob 7 年之前
父节点
当前提交
a88de2e017
共有 3 个文件被更改,包括 205 次插入219 次删除
  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;

文件差异内容过多而无法显示
+ 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;

部分文件因为文件数量过多而无法显示