Kaynağa Gözat

模型添加

luogang 4 gün önce
ebeveyn
işleme
c6b128a276

+ 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;