|
@@ -4,6 +4,7 @@ import { WindowEvent } from '../../WindowQingXiCheAndQv/js/WindowEvent.js';
|
|
|
import { QingXiCheAndQvComRes } from '../js/QingXiCheAndQvComRes.js';
|
|
|
import { QingXiCheAndQvComClipPlaneMeshEvent } from '../js/QingXiCheAndQvComClipPlaneMeshEvent.js';
|
|
|
import { QingXiCheAdnQvCarEventStep } from './QingXiCheAdnQvCarEventStep.js';
|
|
|
+import { ComVal } from "../common/ComVal.js";
|
|
|
|
|
|
/**
|
|
|
* 操作清洗车仿真逻辑
|
|
@@ -495,13 +496,15 @@ export class QingXiCheAndQvCarEvent {
|
|
|
objIframeEdit.modelPeopleLook(3);
|
|
|
objIframeEdit.roleShow(false);
|
|
|
objIframeEdit.cameraVisualAngleGetListNameGpsTo("清洗车");
|
|
|
-
|
|
|
- QingXiCheAndQvComClipPlaneMeshEvent.find().carMeshClipNo();
|
|
|
- console.log("裁切初始化逻辑触发");
|
|
|
-
|
|
|
+
|
|
|
+ // 控制延迟逻辑
|
|
|
+ ComVal.find().fpsEventAdd("type_click_" + new Date().getTime(), {}, 3000, function(fpsEventAddRet) {
|
|
|
+ ComVal.find().fpsEventDel(fpsEventAddRet.code);
|
|
|
+ QingXiCheAndQvComClipPlaneMeshEvent.find().carMeshClipNo();
|
|
|
+ });
|
|
|
+
|
|
|
QingXiCheAndQvComHighlightLayer.find().objJsonDelAll();
|
|
|
|
|
|
-
|
|
|
QingXiCheAdnQvCarEventStep.find().waterEvent(false);
|
|
|
QingXiCheAdnQvCarEventStep.find().meshVisibility("all", false);
|
|
|
QingXiCheAdnQvCarEventStep.find().animationAllTypeUpdate('stopAll');
|
|
@@ -563,7 +566,7 @@ export class QingXiCheAndQvCarEvent {
|
|
|
QingXiCheAdnQvCarEventStep.find().meshVisibility("打开车门进入驾驶室", true);
|
|
|
|
|
|
objIframeEdit.cameraVisualAngleGetListNameGpsTo("绕车1");
|
|
|
-
|
|
|
+
|
|
|
WindowEvent.find().WindowTxtViewOpenEvent(
|
|
|
"上车前,先绕车一周,观察车辆前后有无障碍物,留意周边行人、车辆动态。" + "\n"
|
|
|
+ "确认无异常后,拉开车门,侧身坐入驾驶室。"
|