|
@@ -816,12 +816,17 @@ export class QingXiCheAndQvCarEvent {
|
|
thisClass.aroundTheCarPointRecord = {}
|
|
thisClass.aroundTheCarPointRecord = {}
|
|
|
|
|
|
QingXiCheAdnQvCarEventStep.find().meshVisibility("all", false);
|
|
QingXiCheAdnQvCarEventStep.find().meshVisibility("all", false);
|
|
- QingXiCheAdnQvCarEventStep.find().meshVisibility("行至车辆区域", true);
|
|
|
|
-
|
|
|
|
- QingXiCheAndQvCarEvent.find().threeWorldTxt(
|
|
|
|
- 5.936225679133575, 0, -12.604728552806394, 3, 173, 68 * 2,
|
|
|
|
- "按照【箭头方向】", "行走至【车辆区域】"
|
|
|
|
- );
|
|
|
|
|
|
+
|
|
|
|
+ if (QingXiCheAndQvCarEvent.find().eventMode == 0) {
|
|
|
|
+
|
|
|
|
+ QingXiCheAdnQvCarEventStep.find().meshVisibility("行至车辆区域", true);
|
|
|
|
+
|
|
|
|
+ QingXiCheAndQvCarEvent.find().threeWorldTxt(
|
|
|
|
+ 5.936225679133575, 0, -12.604728552806394, 3, 173, 68 * 2,
|
|
|
|
+ "按照【箭头方向】", "行走至【车辆区域】"
|
|
|
|
+ );
|
|
|
|
+
|
|
|
|
+ }
|
|
|
|
|
|
// 切换到人物的视角
|
|
// 切换到人物的视角
|
|
// objThreeWorldEventMain.commonBirthplaceUpdate();
|
|
// objThreeWorldEventMain.commonBirthplaceUpdate();
|