From 6d391ee71131033b547d2e3025555d6dc5ddddd1 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期二, 21 六月 2022 17:32:34 +0800 Subject: [PATCH] # --- static/js/app.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/static/js/app.js b/static/js/app.js index 36bdac6..342fce7 100644 --- a/static/js/app.js +++ b/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; -- Gitblit v1.9.1