Przeglądaj źródła

Updated builds.

Mr.doob 11 lat temu
rodzic
commit
a19dd76530
2 zmienionych plików z 37 dodań i 40 usunięć
  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 () {
 

Plik diff jest za duży
+ 25 - 40
build/three.min.js


Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików