From e6de6ddae28dec5bf092b66d77ee8d522d39ff04 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期五, 26 四月 2024 14:04:43 +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