From f60c480d1047f7174cdccdbc376ab50c4b0180aa Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期二, 04 一月 2022 13:34:44 +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