ソースを参照

[Style 0000] 更改瓦斯抽采泵(地下)的箭头流线的样式

houzekong 3 ヶ月 前
コミット
6e35570ef3

+ 14 - 14
src/views/vent/monitorManager/gasPumpMonitor/gasPump.threejs.under.ts

@@ -113,7 +113,7 @@ class gasPumpUnder {
     const jqf2Open = modelMonitorTags.find((e) => e.domId === 'jqf2')?.value === '1';
 
     if (jqf1Open && jqf2Open) {
-      this.airInB?.hideElement();
+      this.airInB?.showElement();
       this.airInR?.showElement();
       this.airInL?.showElement();
     } else if (jqf1Open) {
@@ -204,7 +204,7 @@ class gasPumpUnder {
   addArrowFlows() {
     const arrows = [
       {
-        texturePath: '/model/img/blueArrow.png',
+        texturePath: '/model/img/redArrow.png',
         id: 'airInA',
         offsetY: 0.5,
         repeatX: 10,
@@ -212,7 +212,7 @@ class gasPumpUnder {
         points: [new THREE.Vector3(-12.284, 0.942, -0.359), new THREE.Vector3(-7.276, 0.942, -0.377)],
       },
       {
-        texturePath: '/model/img/blueArrow.png',
+        texturePath: '/model/img/redArrow.png',
         id: 'airInB',
         offsetY: 0.25,
         repeatX: 20,
@@ -220,7 +220,7 @@ class gasPumpUnder {
         points: [new THREE.Vector3(-12.284, 0.942, -0.359), new THREE.Vector3(-3.909, 0.942, -0.359)],
       },
       {
-        texturePath: '/model/img/blueArrow.png',
+        texturePath: '/model/img/redArrow.png',
         id: 'airInR',
         offsetY: 0.5,
         repeatX: 22,
@@ -241,7 +241,7 @@ class gasPumpUnder {
         ],
       },
       {
-        texturePath: '/model/img/blueArrow.png',
+        texturePath: '/model/img/redArrow.png',
         id: 'airInL',
         offsetY: 0.5,
         repeatX: 5,
@@ -301,7 +301,7 @@ class gasPumpUnder {
         ],
       },
       {
-        texturePath: '/model/img/redArrow.png',
+        texturePath: '/model/img/greenArrow.png',
         id: 'waterInA',
         offsetY: 0.25,
         repeatX: 10,
@@ -309,7 +309,7 @@ class gasPumpUnder {
         points: [new THREE.Vector3(-10.808, 0.124, 0.808), new THREE.Vector3(-9.008, 0.124, 0.808)],
       },
       {
-        texturePath: '/model/img/redArrow.png',
+        texturePath: '/model/img/greenArrow.png',
         id: 'waterInB',
         offsetY: 0.25,
         repeatX: 20,
@@ -317,7 +317,7 @@ class gasPumpUnder {
         points: [new THREE.Vector3(-10.808, 0.124, 0.808), new THREE.Vector3(-5.374, 0.124, 0.808)],
       },
       {
-        texturePath: '/model/img/redArrow.png',
+        texturePath: '/model/img/greenArrow.png',
         id: 'waterInR',
         offsetY: 0.5,
         repeatX: 5,
@@ -330,7 +330,7 @@ class gasPumpUnder {
         ],
       },
       {
-        texturePath: '/model/img/redArrow.png',
+        texturePath: '/model/img/greenArrow.png',
         id: 'waterInL',
         offsetY: 0.5,
         repeatX: 5,
@@ -343,20 +343,20 @@ class gasPumpUnder {
         ],
       },
       {
-        texturePath: '/model/img/redArrow.png',
+        texturePath: '/model/img/greenArrow.png',
         id: 'waterOutA',
         offsetY: 0.5,
         repeatX: 10,
         radius: 0.04,
         points: [
-          // new THREE.Vector3(-5.614, 0.175, 0.609),
+          new THREE.Vector3(-9.268, 0.175, 0.589),
           new THREE.Vector3(-9.725, 0.175, 0.609),
           new THREE.Vector3(-9.777, 0.175, 0.007),
           new THREE.Vector3(-10.843, 0.175, -0.04),
         ],
       },
       {
-        texturePath: '/model/img/redArrow.png',
+        texturePath: '/model/img/greenArrow.png',
         id: 'waterOutB',
         offsetY: 0.75,
         repeatX: 20,
@@ -369,7 +369,7 @@ class gasPumpUnder {
         ],
       },
       {
-        texturePath: '/model/img/redArrow.png',
+        texturePath: '/model/img/greenArrow.png',
         id: 'waterOutR',
         offsetY: 0.5,
         repeatX: 2,
@@ -377,7 +377,7 @@ class gasPumpUnder {
         points: [new THREE.Vector3(-5.614, 0.175, 0.238), new THREE.Vector3(-5.614, 0.175, 0.609)],
       },
       {
-        texturePath: '/model/img/redArrow.png',
+        texturePath: '/model/img/greenArrow.png',
         id: 'waterOutL',
         offsetY: 0.5,
         repeatX: 2,