luogang il y a 4 jours
Parent
commit
c6b128a276
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      ems-ui-cloud/src/views/largeScreen/three/renderModel.js

+ 1 - 1
ems-ui-cloud/src/views/largeScreen/three/renderModel.js

@@ -271,7 +271,7 @@ class renderModel {
 
   initControls() {
     this.controls = new OrbitControls(this.camera, this.renderer.domElement);
-    this.controls.maxPolarAngle = Math.PI / 2;
+    this.controls.maxPolarAngle = Math.PI / 1.1;
     this.controls.minPolarAngle = Math.PI / 2;
     this.controls.minAzimuthAngle = 0;
     this.controls.maxAzimuthAngle = 0;