Browse Source

Examples: Improve background color of WebGPU demo.

Mugen87 5 năm trước cách đây
mục cha
commit
8277a52d82
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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