Skip to content

Commit

Permalink
update background color
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson committed Jan 9, 2025
1 parent 84b8573 commit 0a17844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/ionLunar.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function init() {

// renderer
renderer = new WebGLRenderer( { antialias: true } );
renderer.setClearColor( 0x151c1f );
renderer.setClearColor( 0x131619 );
document.body.appendChild( renderer.domElement );

// scene
Expand Down

0 comments on commit 0a17844

Please sign in to comment.