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/StoreCrn.js | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/static/js/object/StoreCrn.js b/static/js/object/StoreCrn.js index cb0c408..121a00d 100644 --- a/static/js/object/StoreCrn.js +++ b/static/js/object/StoreCrn.js @@ -37,7 +37,7 @@ .load( '鍫嗗灈鏈烘湰浣�.obj', function ( obj ) { obj.traverse (function (child) { child.castShadow = true; - child.receiveShadow = true; + // child.receiveShadow = true; if (child instanceof THREE.Mesh) { child.material = new THREE.MeshLambertMaterial({ color: 0xCD6839 @@ -65,7 +65,7 @@ obj.traverse (function (child) { if (child instanceof THREE.Mesh) { child.castShadow = true; - child.receiveShadow = true; + // child.receiveShadow = true; child.material = new THREE.MeshLambertMaterial({ color: 0xD2691E }); @@ -92,7 +92,7 @@ obj.traverse (function (child) { if (child instanceof THREE.Mesh) { child.castShadow = true; - child.receiveShadow = true; + // child.receiveShadow = true; child.material = new THREE.MeshLambertMaterial({ color: 0x363636 }); -- Gitblit v1.9.1