From 0a178442036b47b933494d1c32970df625f91bf8 Mon Sep 17 00:00:00 2001 From: Garrett Johnson Date: Fri, 10 Jan 2025 00:11:09 +0900 Subject: [PATCH] update background color --- example/ionLunar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/ionLunar.js b/example/ionLunar.js index 26c0aec9..67f3634d 100644 --- a/example/ionLunar.js +++ b/example/ionLunar.js @@ -47,7 +47,7 @@ function init() { // renderer renderer = new WebGLRenderer( { antialias: true } ); - renderer.setClearColor( 0x151c1f ); + renderer.setClearColor( 0x131619 ); document.body.appendChild( renderer.domElement ); // scene