Explorar el Código

1. 修改局部风机模型上数据弹框坐标

hongrunxia hace 2 meses
padre
commit
45ed9f2260

+ 1 - 1
src/views/vent/monitorManager/fanLocalMonitor/fanLocal.three.ts

@@ -335,7 +335,7 @@ export const addCssText = () => {
       fanLocalCSS3D.name = 'text6';
       fanLocalCSS3D.scale.set(0.04, 0.04, 0.04);
       fanLocalCSS3D.rotation.y = -Math.PI / 2;
-      fanLocalCSS3D.position.set(-84.23, 6.89, -4.2);
+      fanLocalCSS3D.position.set(-84.23, 7.09, 3.53);
       group.add(fanLocalCSS3D);
     }
   }