Bläddra i källkod

Updated builds.

Mr.doob 11 år sedan
förälder
incheckning
a19dd76530
2 ändrade filer med 37 tillägg och 40 borttagningar
  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.getClearColor = function () {
+
+		return _clearColor;
+
+	};
+
+	this.getClearAlpha = function () {
+
+		return _clearAlpha;
+
+	};
 
 	this.getMaxAnisotropy = function () {
 

Filskillnaden har hållts tillbaka eftersom den är för stor
+ 25 - 40
build/three.min.js


Vissa filer visades inte eftersom för många filer har ändrats