From 9261007f12a6250141e30cfc43c37c5a093f1430 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期一, 03 一月 2022 11:20:33 +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