From a41b9ff62e7a809b8ec1c4b000720a1c3a7448a2 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期四, 06 六月 2024 14:40:38 +0800
Subject: [PATCH] #

---
 src/components/ctrl.jsx |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/components/ctrl.jsx b/src/components/ctrl.jsx
index 5fbb464..d5050e8 100644
--- a/src/components/ctrl.jsx
+++ b/src/components/ctrl.jsx
@@ -29,8 +29,9 @@
                 {/* <CameraControls ref={controlsRef} /> */}
                 <OrbitControls
                     ref={controlsRef}
-                    autoRotate
-                    autoRotateSpeed={0.5}
+                    // autoRotate
+                    // autoRotateSpeed={0.5}
+                    target={[-200, 100, 0]}
                 />
                 {/* <PointerCtrl /> */}
             </group>

--
Gitblit v1.9.1