Browse Source

Updated builds.

Mr.doob 9 years ago
parent
commit
c3a69fcd74
2 changed files with 0 additions and 13 deletions
  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();

File diff suppressed because it is too large
+ 0 - 0
build/three.min.js


Some files were not shown because too many files changed in this diff