瀏覽代碼

Examples: Improve background color of WebGPU demo.

Mugen87 5 年之前
父節點
當前提交
8277a52d82
共有 1 個文件被更改,包括 1 次插入1 次删除
  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