Browse Source

Removed more SceneLoader bgColor stuff.

Mr.doob 12 years ago
parent
commit
c3ef5629db
2 changed files with 0 additions and 6 deletions
  1. 0 4
      examples/webgl_loader_scene.html
  2. 0 2
      examples/webgl_loader_scene_blender.html

+ 0 - 4
examples/webgl_loader_scene.html

@@ -288,8 +288,6 @@
 					camera.aspect = window.innerWidth / window.innerHeight;
 					camera.aspect = window.innerWidth / window.innerHeight;
 					camera.updateProjectionMatrix();
 					camera.updateProjectionMatrix();
 
 
-					renderer.setClearColor( result.bgColor, result.bgAlpha );
-
 					*/
 					*/
 
 
 					//handle_update( result, 1 );
 					//handle_update( result, 1 );
@@ -395,8 +393,6 @@
 
 
 				scene = loaded.scene;
 				scene = loaded.scene;
 
 
-				renderer.setClearColor( loaded.bgColor, loaded.bgAlpha );
-
 			}
 			}
 
 
 			function onDocumentMouseMove( event ) {
 			function onDocumentMouseMove( event ) {

+ 0 - 2
examples/webgl_loader_scene_blender.html

@@ -313,8 +313,6 @@
 
 
 				scene = loaded.scene;
 				scene = loaded.scene;
 
 
-				renderer.setClearColor( loaded.bgColor, loaded.bgAlpha );
-
 			}
 			}
 
 
 			function onDocumentMouseMove(event) {
 			function onDocumentMouseMove(event) {