人生啊人生 1 هفته پیش
والد
کامیت
5708d5b6a4

+ 12 - 1
src/components/ThreeWorldEventQingXiCheAndQv/event/store/QingXiCheAndQvProcessEventStore.js

@@ -475,11 +475,13 @@ export const QingXiCheAndQvProcessEventStore = defineStore('QingXiCheAndQvProces
                 "correctAnswerMesh" : {
                     "exhibition_html_1754310027401_hua_" : "",
                     "model_1754298683935水枪管_primitive0" : "",
+                    "model_1754298683935水枪管_primitive1" : "",
+                    "model_1754298683935水枪管_primitive2" : "",
                     "model_1754298683935车架_primitive7" : "",
                 },
             },
 
-             {
+            {
                 "note" : "小卷筒使用方法-安装手持水枪",
                 "name" : "小卷筒使用方法_安装手持水枪",
                 "correctAnswerMesh" : {
@@ -490,6 +492,15 @@ export const QingXiCheAndQvProcessEventStore = defineStore('QingXiCheAndQvProces
                 },
             },
 
+             {
+                "note" : "小卷筒使用方法-切换手动三通阀",
+                "name" : "小卷筒使用方法_切换手动三通阀",
+                "correctAnswerMesh" : {
+                    "exhibition_html_1754310146903_hua_" : "",
+                    "model_1754298683935车架_primitive2" : "",
+                },
+            },
+
 
             // {
             //     "note" : "回到驾驶室踩下车辆离合器5秒",

+ 6 - 0
src/components/ThreeWorldEventQingXiCheAndQv/js/QingXiCheAdnQvCarEventStep.js

@@ -729,6 +729,12 @@ export class QingXiCheAdnQvCarEventStep {
                     "exhibition_html_1754310217237_hua_",
                 ];
                 break;
+
+            case "小卷筒使用方法_切换手动三通阀":
+                meshList = [
+                    "exhibition_html_1754310146903_hua_",
+                ];
+                break;
                 
             case "回到驾驶室踩下车辆离合器5秒":
 

+ 44 - 0
src/components/ThreeWorldEventQingXiCheAndQv/js/QingXiCheAndQvCarEvent.js

@@ -2072,6 +2072,50 @@ export class QingXiCheAndQvCarEvent {
     }
 
 
+    /**
+     * 小卷筒使用方法_切换手动三通阀
+     */
+    work_new_24_5 = function() {
+
+        let thisClass = this;
+        let objThreeWorldEventMain = this.objThreeWorldEventMain;
+
+        let objIframeEdit = objThreeWorldEventMain.objIframeEdit;
+        let objIframe = objThreeWorldEventMain.objIframe;
+        let objScene = objThreeWorldEventMain.objScene;
+        let BABYLON = objThreeWorldEventMain.BABYLON;
+        let ChengGuangYuanJing = objIframe.ChengGuangYuanJing;
+        
+        // objIframeEdit.modelPeopleLook(3);
+        // objIframeEdit.roleShow(false);
+
+        // 切换到人物的视角
+        objThreeWorldEventMain.commonBirthplaceUpdate();
+        objIframeEdit.modelPeopleLook(1);
+        objIframeEdit.roleShow(true);
+
+        QingXiCheAdnQvCarEventStep.find().meshVisibility("all", false);
+        QingXiCheAdnQvCarEventStep.find().meshVisibility("小卷筒使用方法_切换手动三通阀", true);
+
+        // objIframeEdit.cameraVisualAngleGetListNameGpsTo("将高压水管拧到水管固定座1");
+
+        // WindowEvent.find().WindowTxtViewOpenEvent(
+        //     "拿起高压水管对准固定座接口,顺时针缓慢旋转,同时确保水管与接口紧密贴合,直至完全拧紧,使高压水管稳固固定在固定座上。" + "\n"
+        // );
+
+        // WindowEvent.find().WindowVideoRemoveColorOpen(
+        //     QingXiCheAndQvComRes.find().resJson["QingXiChe_25"],
+        //     "top:auto;left:auto;bottom:5%;right:10%;",
+        //     null,
+        //     null
+        // );
+        
+        thisClass.tipsBtnsUpOpenEventCallbackMain(false);
+        thisClass.tipsBtnsDownOpenEventCallbackMain(false);
+        
+    }
+
+
     /**
      * 回到驾驶室踩下车辆离合器5秒
      */

+ 34 - 0
src/components/ThreeWorldEventQingXiCheAndQv/js/QingXiCheAndQvCarEventClick.js

@@ -1777,6 +1777,40 @@ export class QingXiCheAndQvCarEventClick {
                 break;
 
 
+            // 小卷筒使用方法_切换手动三通阀
+            case '小卷筒使用方法_切换手动三通阀':
+
+                if (QingXiCheAdnQvCarEventStep.find().meshListBool(type, objMesh.id) == true) {
+
+                    QingXiCheAdnQvCarEventStep.find().meshVisibility("all", false);
+
+                    // 切换成正在处理中
+                    QingXiCheAndQvCarEvent.find().eventEnd = 1;
+                    
+                    // 切换视角
+                    objThreeWorldEventMain.coordinateMoveSphereFollowUpdate();
+                    objIframeEdit.modelPeopleLook(3);
+                    objIframeEdit.cameraVisualAngleGetListNameGpsTo("清洗车切换手动三通阀");
+                    objIframeEdit.roleShow(false);
+
+                    let thisTime = new Date().getTime();
+                    // 控制延迟逻辑
+                    ComVal.find().fpsEventAdd("type_click_" + thisTime, {}, 1500, function(fpsEventAddRet) {
+                        ComVal.find().fpsEventDel(fpsEventAddRet.code);
+                        
+                        QingXiCheAndQvCarEvent.find().eventEnd = 2;
+                        QingXiCheAndQvCarEvent.find().tipsBtnsUpOpenEventCallbackMain(false);
+                        QingXiCheAndQvCarEvent.find().tipsBtnsDownOpenEventCallbackMain(true);
+
+                        thisClass.downTimeEvent();
+                        
+                    });
+                    
+                }
+
+                break;
+
+
 
             // 回到驾驶室踩下车辆离合器5秒
             case '回到驾驶室踩下车辆离合器5秒':