mistpe commited on
Commit
a208a97
·
verified ·
1 Parent(s): 9cb8e50

Update index4.html

Browse files
Files changed (1) hide show
  1. index4.html +1 -1
index4.html CHANGED
@@ -1810,7 +1810,7 @@
1810
  scene.add(ambientLight);
1811
 
1812
  // 主方向光
1813
- const mainLight = new THREE.DirectionalLight(0xffffff, 1.2);
1814
  mainLight.position.set(5, 5, 5);
1815
  scene.add(mainLight);
1816
 
 
1810
  scene.add(ambientLight);
1811
 
1812
  // 主方向光
1813
+ const mainLight = new THREE.DirectionalLight(0xffffff, 0.8);
1814
  mainLight.position.set(5, 5, 5);
1815
  scene.add(mainLight);
1816