Browse Source

Updated builds.

Mr.doob 8 years ago
parent
commit
a54b56aaf5
3 changed files with 48 additions and 36 deletions
  1. 6 0
      build/three.js
  2. 36 36
      build/three.min.js
  3. 6 0
      build/three.modules.js

+ 6 - 0
build/three.js

@@ -38679,6 +38679,12 @@
 
 	}
 
+	Uniform.prototype.clone = function () {
+
+		return new Uniform( this.value.clone === undefined ? this.value : this.value.clone() );
+
+	};
+
 	/**
 	 * @author benaadams / https://twitter.com/ben_a_adams
 	 */

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


+ 6 - 0
build/three.modules.js

@@ -38673,6 +38673,12 @@ function Uniform( value ) {
 
 }
 
+Uniform.prototype.clone = function () {
+
+	return new Uniform( this.value.clone === undefined ? this.value : this.value.clone() );
+
+};
+
 /**
  * @author benaadams / https://twitter.com/ben_a_adams
  */

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