人生啊人生 1 Minggu lalu
induk
melakukan
0c5608e19b

+ 47 - 1
src/components/ThreeWorldEventQingXiCheAndQv/js/QingXiCheAndQvCarEvent.js

@@ -447,6 +447,10 @@ export class QingXiCheAndQvCarEvent {
                 thisClass.work_new_24_1();
                 break;
 
+            case '小卷筒使用方法_开启车身侧门':
+                thisClass.work_new_24_2();
+                break;
+
             // 回到驾驶室踩下车辆离合器5秒
             case '回到驾驶室踩下车辆离合器5秒':
                 thisClass.work_new_25();
@@ -1927,7 +1931,49 @@ export class QingXiCheAndQvCarEvent {
         thisClass.tipsBtnsDownOpenEventCallbackMain(false);
         
     }
-    
+
+    /**
+     * 小卷筒使用方法_开启车身侧门
+     */
+     work_new_24_2 = 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秒