Browse Source

Synced with sole's branch.

alteredq 14 years ago
parent
commit
ecf97e0d4c
3 changed files with 4 additions and 2 deletions
  1. 0 0
      build/Three.js
  2. 3 1
      src/renderers/WebGLRenderer.js
  3. 1 1
      utils/build.bat

File diff suppressed because it is too large
+ 0 - 0
build/Three.js


+ 3 - 1
src/renderers/WebGLRenderer.js

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

+ 1 - 1
utils/build.bat

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

Some files were not shown because too many files changed in this diff