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)); }