Przeglądaj źródła

Examples: Improve background color of WebGPU demo.

Mugen87 5 lat temu
rodzic
commit
8277a52d82
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      examples/webgpu_sandbox.html

+ 1 - 1
examples/webgpu_sandbox.html

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