人生啊人生 vor 2 Wochen
Ursprung
Commit
fcb8dde64a

+ 2 - 0
src/components/ThreeWorldEventQingXiCheAndQv/event/store/QingXiCheAndQvProcessEventStore.js

@@ -599,6 +599,8 @@ export const QingXiCheAndQvProcessEventStore = defineStore('QingXiCheAndQvProces
                     // "model_1754298683935大卷盘开关盖板_primitive0" : "",
                     // "model_1754298683935大卷盘开关盖板_primitive1" : "",
                     // "model_1754298683935卷盘管2_primitive0" : "",
+
+                    
                     
                 },
             },

+ 8 - 3
src/components/ThreeWorldEventQingXiCheAndQv/js/QingXiCheAndQvCarEvent.js

@@ -1804,13 +1804,18 @@ export class QingXiCheAndQvCarEvent {
         let BABYLON = objThreeWorldEventMain.BABYLON;
         let ChengGuangYuanJing = objIframe.ChengGuangYuanJing;
         
-        objIframeEdit.modelPeopleLook(3);
-        objIframeEdit.roleShow(false);
+        // 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");
+        // objIframeEdit.cameraVisualAngleGetListNameGpsTo("收起高压水管将卷筒恢复到初始状态1");
 
         WindowEvent.find().WindowTxtViewOpenEvent(
             "按下卷筒解锁按钮,双手扶住高压水管引导其整齐缠绕,匀速转动卷筒手柄,密切观察缠绕状态,直至将水管完全收回并固定妥当后关闭卷筒锁。" + "\n"

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

@@ -1651,6 +1651,7 @@ export class QingXiCheAndQvCarEventClick {
                     QingXiCheAndQvCarEvent.find().eventEnd = 1;
                     
                     // 切换视角
+                    objThreeWorldEventMain.coordinateMoveSphereFollowUpdate();
                     objIframeEdit.modelPeopleLook(3);
                     objIframeEdit.cameraVisualAngleGetListNameGpsTo("收起高压水管将卷筒恢复到初始状态2");
                     objIframeEdit.roleShow(false);
@@ -1674,6 +1675,13 @@ export class QingXiCheAndQvCarEventClick {
                                             QingXiCheAndQvCarEvent.find().tipsBtnsUpOpenEventCallbackMain(false);
                                             QingXiCheAndQvCarEvent.find().tipsBtnsDownOpenEventCallbackMain(true);
 
+                                            ElMessageBox.alert('恭喜你,完成了当前任务,请点击下一步继续', '提示', {
+                                                confirmButtonText: '知道了',
+                                                callback: (action) => {
+                                                    
+                                                },
+                                            });
+
                                         });
 
                                     });