소스 검색

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


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.