浏览代码

Synced with sole's branch.

alteredq 15 年之前
父节点
当前提交
ecf97e0d4c
共有 3 个文件被更改,包括 4 次插入2 次删除
  1. 0 0
      build/Three.js
  2. 3 1
      src/renderers/WebGLRenderer.js
  3. 1 1
      utils/build.bat

文件差异内容过多而无法显示
+ 0 - 0
build/Three.js


+ 3 - 1
src/renderers/WebGLRenderer.js

@@ -974,6 +974,7 @@ THREE.WebGLRenderer = function ( scene ) {
 		
 	};
 
+	/* DEBUG
 	function getGLParams() {
 		
 		var params  = {
@@ -1003,5 +1004,6 @@ THREE.WebGLRenderer = function ( scene ) {
 		
 		return str;
 	}
-	
+	*/
+
 };

+ 1 - 1
utils/build.bat

@@ -1,2 +1,2 @@
 python build.py --full
-python build.py --debug
+python build.py --full --debug

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