浏览代码

Updated builds.

Mr.doob 11 年之前
父节点
当前提交
a19dd76530
共有 2 个文件被更改,包括 37 次插入40 次删除
  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 () {
 

文件差异内容过多而无法显示
+ 25 - 40
build/three.min.js


部分文件因为文件数量过多而无法显示