Browse Source

Updated builds.

Mr.doob 11 years ago
parent
commit
a19dd76530
2 changed files with 37 additions and 40 deletions
  1. 12 0
      build/three.js
  2. 25 40
      build/three.min.js

+ 12 - 0
build/three.js

@@ -16138,6 +16138,18 @@ THREE.CanvasRenderer = function ( parameters ) {
 		this.setClearColor( hex, alpha );
 		this.setClearColor( hex, alpha );
 
 
 	};
 	};
+	
+	this.getClearColor = function () {
+
+		return _clearColor;
+
+	};
+
+	this.getClearAlpha = function () {
+
+		return _clearAlpha;
+
+	};
 
 
 	this.getMaxAnisotropy = function () {
 	this.getMaxAnisotropy = function () {
 
 

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


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