From 59bf4751b16cfbac6e299ac7d103f7a1fccd31c5 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期四, 09 六月 2022 13:36:56 +0800
Subject: [PATCH] #
---
static/js/object/Cube.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/static/js/object/Cube.js b/static/js/object/Cube.js
index 8586ee6..d248ba1 100644
--- a/static/js/object/Cube.js
+++ b/static/js/object/Cube.js
@@ -35,5 +35,6 @@
cube.position.x = this.positionX;
cube.position.y = this.positionY;
cube.position.z = this.positionZ;
+ cube.receiveShadow = true;
return cube;
}
--
Gitblit v1.9.1