kimhyunwoo commited on
Commit
8388c6c
·
verified ·
1 Parent(s): 1cc2786

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -147,7 +147,7 @@
147
  camera.lookAt(0, 1.7, 0); // Look towards the origin (adjust as needed)
148
 
149
  //초기배경
150
- scene.background = new THREE.Color(0x88ccff);
151
 
152
 
153
  document.addEventListener('keydown', onKeyDown);
 
147
  camera.lookAt(0, 1.7, 0); // Look towards the origin (adjust as needed)
148
 
149
  //초기배경
150
+ scene.background = new THREE.Color(0x000000);
151
 
152
 
153
  document.addEventListener('keydown', onKeyDown);