소스 검색

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;

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.