Explorar o código

Updated builds.

Mr.doob %!s(int64=11) %!d(string=hai) anos
pai
achega
a19dd76530
Modificáronse 2 ficheiros con 37 adicións e 40 borrados
  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 () {
 

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 25 - 40
build/three.min.js


Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio