From e31d3ceb4a6196f565794ccfd6b4540e99e4d71b Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期四, 28 三月 2024 15:32:00 +0800
Subject: [PATCH] Merge branch 'Four-Way-Rack' of http://47.97.1.152:5880/r/zy-asrs-master into Four-Way-Rack

---
 zy-asrs-flow/src/pages/map/drawer/shelf/shelfThree.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/zy-asrs-flow/src/pages/map/drawer/shelf/shelfThree.js b/zy-asrs-flow/src/pages/map/drawer/shelf/shelfThree.js
index 86f98c5..02416bc 100644
--- a/zy-asrs-flow/src/pages/map/drawer/shelf/shelfThree.js
+++ b/zy-asrs-flow/src/pages/map/drawer/shelf/shelfThree.js
@@ -41,7 +41,7 @@
         this.stats.update();
         // Rotate the scene
         this.controls.update()
-        this.controls.autoRotateSpeed = 0.6;
+        this.controls.autoRotateSpeed = 2;
     }
 
     addObject = (object) => {
@@ -52,7 +52,7 @@
     initScene = () => {
         const scene = new THREE.Scene();
         // scene.background = new THREE.Color(0xf0f0f0);
-        // scene.background = new THREE.Color(0x333333);
+        scene.background = new THREE.Color(0x333333);
         if (help) {
             scene.add(new THREE.AxesHelper(1000));
         }

--
Gitblit v1.9.1