Browse Source

Examples: Improve background color of WebGPU demo.

Mugen87 5 years ago
parent
commit
8277a52d82
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/webgpu_sandbox.html

+ 1 - 1
examples/webgpu_sandbox.html

@@ -28,7 +28,7 @@
 				camera.position.z = 4;
 				camera.position.z = 4;
 
 
 				scene = new THREE.Scene();
 				scene = new THREE.Scene();
-				scene.background = new THREE.Color( 0xffffff );
+				scene.background = new THREE.Color( 0x222222 );
 
 
 				// textured mesh
 				// textured mesh