Pārlūkot izejas kodu

Examples: Improve background color of WebGPU demo.

Mugen87 5 gadi atpakaļ
vecāks
revīzija
8277a52d82
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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