Update index4.html
Browse files- index4.html +1 -1
index4.html
CHANGED
|
@@ -1810,7 +1810,7 @@
|
|
| 1810 |
scene.add(ambientLight);
|
| 1811 |
|
| 1812 |
// 主方向光
|
| 1813 |
-
const mainLight = new THREE.DirectionalLight(0xffffff,
|
| 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 |
|