From 71eda6a3a84ddf210801f9dd25a4432c1c14e07c Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期三, 24 四月 2024 15:40:59 +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