zy-acs-flow/src/map/insight/shelf/ShelfThree.js
@@ -57,8 +57,8 @@ } addObject = (object) => { this.scene.add(object); this.objects.push(object); this.scene?.add(object); this.objects?.push(object); } initScene = () => { @@ -207,7 +207,7 @@ height * cameraPosScale, height * cameraPosScale ); this.controls.target = new THREE.Vector3(0, maxHeight * 0.53, 0); this.controls.target = new THREE.Vector3(0, maxHeight * 0.5, 0); } destroy = () => {