#
luxiaotao1123
2022-06-21 6d391ee71131033b547d2e3025555d6dc5ddddd1
static/js/app.js
@@ -113,7 +113,7 @@
         // 阴影聚光灯
         let pointLight = new THREE.SpotLight(0xFFFAFA,1);
         pointLight.position.set(0, 1500, 2500);
         pointLight.castShadow = true;
         // pointLight.castShadow = true;    // 是否开启阴影
         pointLight.shadow.camera.near = 2000;
         pointLight.shadow.camera.far = 10000;
         pointLight.shadow.mapSize.height = 200000;