소스 검색

Updated builds.

Mr.doob 9 년 전
부모
커밋
c3a69fcd74
2개의 변경된 파일0개의 추가작업 그리고 13개의 파일을 삭제
  1. 0 13
      build/three.js
  2. 0 0
      build/three.min.js

+ 0 - 13
build/three.js

@@ -4667,13 +4667,6 @@
   		arrayCacheF32 = [],
   		arrayCacheI32 = [],
 
-  		uncacheTemporaryArrays = function() {
-
-  			arrayCacheF32.length = 0;
-  			arrayCacheI32.length = 0;
-
-  		},
-
   	// Flattening for arrays of vectors and matrices
 
   		flatten = function( array, nBlocks, blockSize ) {
@@ -33943,7 +33936,6 @@
   	remove: function( var_args ) {
 
   		var objects = this._objects,
-  			nObjects = objects.length,
   			nCachedObjects = this.nCachedObjects_,
   			indicesByUUID = this._indicesByUUID,
   			bindings = this._bindings,
@@ -34269,8 +34261,6 @@
 
   	isRunning: function() {
 
-  		var start = this._startTime;
-
   		return this.enabled && ! this.paused && this.timeScale !== 0 &&
   				this._startTime === null && this._mixer._isActiveAction( this );
 
@@ -34337,8 +34327,6 @@
 
   	crossFadeFrom: function( fadeOutAction, duration, warp ) {
 
-  		var mixer = this._mixer;
-
   		fadeOutAction.fadeOut( duration );
   		this.fadeIn( duration );
 
@@ -39803,7 +39791,6 @@
 
   	// helper variables
   	var index = 0, indexOffset = 0, base;
-  	var inversePointLength = 1.0 / ( points.length - 1 );
   	var inverseSegments = 1.0 / segments;
   	var vertex = new Vector3();
   	var uv = new Vector2();

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
build/three.min.js


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