From 5c483396c08bb7f89c36825603a163f86dba70dd Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期五, 18 三月 2022 13:01:45 +0800 Subject: [PATCH] # --- static/js/object/StoreConvey.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/object/StoreConvey.js b/static/js/object/StoreConvey.js index 8697cd7..5228fab 100644 --- a/static/js/object/StoreConvey.js +++ b/static/js/object/StoreConvey.js @@ -47,7 +47,7 @@ }); } child.castShadow = true; - child.receiveShadow = true; + // child.receiveShadow = true; } }); @@ -63,7 +63,7 @@ color: 0x444444 }); child.castShadow = true; - child.receiveShadow = true; + // child.receiveShadow = true; } }); rollerList.map(item => { -- Gitblit v1.9.1