static/js/app.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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;