From 1930a52581c2189e0a929985d14bd67ec96f7988 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期三, 24 四月 2024 15:25:57 +0800
Subject: [PATCH] #
---
src/components/box.jsx | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/components/box.jsx b/src/components/box.jsx
index 69b0481..425e6d5 100644
--- a/src/components/box.jsx
+++ b/src/components/box.jsx
@@ -23,7 +23,7 @@
return (
<>
- <group rotation-y={rotationY} scale={0.5} position={position}>
+ <group rotation-y={rotationY} position={position}>
<primitive object={boxModel} castShadow />
</group>
</>
--
Gitblit v1.9.1