人生啊人生 1 hete
szülő
commit
b9b4a8e28c

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

@@ -800,6 +800,12 @@ export class QingXiCheAdnQvCarEventStep {
                     "exhibition_html_1754310146903_hua_",
                 ];
                 break;
+
+            case "小卷筒使用方法_拆卸掉手持水枪并收回水管":
+                meshList = [
+                    "exhibition_html_1754310075890_hua_",
+                ];
+                break;
                 
             case "回到驾驶室踩下车辆离合器5秒":
 

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

@@ -470,6 +470,10 @@ export class QingXiCheAndQvCarEvent {
             case '小卷筒使用方法_在使用完毕后切换手动三通阀':
                 thisClass.work_new_24_7();
                 break;
+            
+            case '小卷筒使用方法_拆卸掉手持水枪并收回水管':
+                thisClass.work_new_24_8();
+                break;
 
             // 回到驾驶室踩下车辆离合器5秒
             case '回到驾驶室踩下车辆离合器5秒':
@@ -2216,6 +2220,50 @@ export class QingXiCheAndQvCarEvent {
     }
 
 
+    /**
+     * 小卷筒使用方法_拆卸掉手持水枪并收回水管
+     */
+    work_new_24_8 = 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

@@ -1901,6 +1901,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("清洗车拆卸掉手持水枪并收回水管1");
+                    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秒