Merge branch 'LouDi_Quan' of http://git.dragonwxl.cn:8080/loudizhiye/virtualframework into LouDi_Quan
This commit is contained in:
commit
bdb69a82c1
@ -47,9 +47,14 @@ namespace QFramework
|
||||
}
|
||||
else
|
||||
{
|
||||
data.nearPos = Utility.GetVector3FromStrArray(datas["nearPos"]);
|
||||
data.nearRot = Utility.GetVector3FromStrArray(datas["nearRot"]);
|
||||
|
||||
if (datas.ContainsKey("nearPos"))
|
||||
{
|
||||
data.nearPos = Utility.GetVector3FromStrArray(datas["nearPos"]);
|
||||
}
|
||||
if (datas.ContainsKey("nearRot"))
|
||||
{
|
||||
data.nearRot = Utility.GetVector3FromStrArray(datas["nearRot"]);
|
||||
}
|
||||
}
|
||||
|
||||
if (datas.ContainsKey("normalDevice"))
|
||||
@ -60,8 +65,14 @@ namespace QFramework
|
||||
}
|
||||
else
|
||||
{
|
||||
data.normalPos = Utility.GetVector3FromStrArray(datas["normalPos"]);
|
||||
data.normalRot = Utility.GetVector3FromStrArray(datas["normalRot"]);
|
||||
if (datas.ContainsKey("normalPos"))
|
||||
{
|
||||
data.normalPos = Utility.GetVector3FromStrArray(datas["normalPos"]);
|
||||
}
|
||||
if (datas.ContainsKey("normalRot"))
|
||||
{
|
||||
data.normalRot = Utility.GetVector3FromStrArray(datas["normalRot"]);
|
||||
}
|
||||
}
|
||||
if (datas.ContainsKey("isOn"))
|
||||
{
|
||||
|
||||
@ -75,7 +75,7 @@ public class ShowAction : IAction
|
||||
|
||||
if (obj == null)
|
||||
{
|
||||
Debug.LogError("没有找到物体 :" + path);
|
||||
Debug.LogError($"没有找到物体 path:{path} deviceName:{deviceName}");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
@ -5,6 +5,7 @@ using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
using static OperationController;
|
||||
|
||||
public class DeviceItem : MonoBehaviour
|
||||
{
|
||||
@ -19,6 +20,7 @@ public class DeviceItem : MonoBehaviour
|
||||
gameObject.GetOrAddComponent<HighlightTrigger>();
|
||||
effect.outlineColor = Color.green;
|
||||
StringEventSystem.Global.Register<string[]>(Global.HighLightTrigger, OnHighLightTriggerEvent);
|
||||
TypeEventSystem.Global.Register<StepStatusOnChange>(OnStepChanged);
|
||||
}
|
||||
if (device.MeshCollider)
|
||||
{
|
||||
@ -40,11 +42,21 @@ public class DeviceItem : MonoBehaviour
|
||||
}
|
||||
}
|
||||
|
||||
private void OnStepChanged(StepStatusOnChange change)
|
||||
{
|
||||
var effect = gameObject.GetComponent<HighlightEffect>();
|
||||
if (effect != null)
|
||||
{
|
||||
effect.highlighted = false;
|
||||
}
|
||||
}
|
||||
|
||||
public void Close()
|
||||
{
|
||||
device = null;
|
||||
tipItem = null;
|
||||
StringEventSystem.Global.UnRegister<string[]>(Global.HighLightTrigger, OnHighLightTriggerEvent);
|
||||
TypeEventSystem.Global.UnRegister<StepStatusOnChange>(OnStepChanged);
|
||||
}
|
||||
|
||||
private void OnHighLightTriggerEvent(string[] obj)
|
||||
|
||||
@ -59,6 +59,11 @@ namespace QFramework.Example
|
||||
protected override void OnOpen(IUIData uiData = null)
|
||||
{
|
||||
mData = uiData as UICameraSwitchData ?? new UICameraSwitchData();
|
||||
|
||||
Near.gameObject.SetActive(mData.nearPos != default);
|
||||
Far.gameObject.SetActive(mData.normalPos != default);
|
||||
|
||||
|
||||
if (string.IsNullOrEmpty(mData.isOn))
|
||||
{
|
||||
if (Near.isOn)
|
||||
@ -96,6 +101,8 @@ namespace QFramework.Example
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
private void Update()
|
||||
|
||||
BIN
Data/Audio/Q045.mp3
Normal file
BIN
Data/Audio/Q045.mp3
Normal file
Binary file not shown.
@ -801,7 +801,7 @@
|
||||
<Action type="Show" value="Models/ZhuDao_chaunyifu/hand_shoutao" isShow="false" ></Action>
|
||||
|
||||
|
||||
<Action type="CameraSwitch" nearPos="-0.8582393,1.843387,-0.03229102" nearRot="51.47357,268.9173,0.1717101" nearTime="1" normalPos="-0.2938535,2.383419,0.05167553" normalRot="48.0964,266.9354,-6.391676E-05" normalTime="1" isNear="false"></Action>
|
||||
<Action type="CameraSwitch" normalPos="-1.07, 1.59, 0.04" normalRot="50.17, 269.17, 0.00" normalTime="0"></Action>
|
||||
|
||||
<Action type="Hint" value="请在右侧物品栏中,点选当前实训所需的器械" time="-1" icon="true" ></Action>
|
||||
<Action type="UITools"
|
||||
@ -836,8 +836,8 @@
|
||||
</Reset>
|
||||
<Start>
|
||||
<Action type="Sequence">
|
||||
<Action type="CameraSwitch" nearPos="-1.644294,1.735503,-2.34533" nearRot="41.35108,178.849,0" nearTime="1" normalPos="-1.652919,2.551265,-1.456412" normalRot="42.54142,179.4442,-1.810589E-08" normalTime="1" isNear="false"></Action>
|
||||
|
||||
<Action type="CameraSwitch" normalPos="-1.67, 1.19, -2.79" normalRot="26.45, 179.50, 0.00" normalTime="0"></Action>
|
||||
<Action type="Hint" value="请在右侧物品栏中,点选当前实训所需的药品" time="-1" icon="true" ></Action>
|
||||
<Action type="UITools"
|
||||
devices="0.9%氯化钠注射液100ml,5%葡萄糖注射液50ml,碘伏,75%酒精,红霉素眼膏,速眠新,硫酸阿托品,肾上腺素,头孢噻呋,ATP,VC,Vetwish软骨素,美洛昔康"
|
||||
@ -870,8 +870,8 @@
|
||||
</Reset>
|
||||
<Start>
|
||||
<Action type="Sequence">
|
||||
<Action type="CameraSwitch" nearPos="-3.175777,2.310207,-2.180018" nearRot="49.08841,181.6265,0" nearTime="1" normalPos="-3.211325,3.368017,0.2459606" normalRot="32.82019,191.7731,-2.539857E-07" normalTime="1" isNear="false"></Action>
|
||||
|
||||
<Action type="CameraSwitch" normalPos="-3.33, 1.50, -2.93" normalRot="50.40, 179.63, 0.00" normalTime="0"></Action>
|
||||
<Action type="Hint" value="请在右侧物品栏中,点选当前实训所需的药品" time="-1" icon="true" ></Action>
|
||||
|
||||
|
||||
@ -905,6 +905,7 @@
|
||||
<Start>
|
||||
<Action type="Sequence">
|
||||
|
||||
<Action type="CameraSwitch" normalPos="46.97, 1.55, -1.11" normalRot="3.42, 24.43, 0.00" normalTime="0"></Action>
|
||||
<Action type="Show" value="Models/ZhuDao_chaunyifu" isShow="true" ></Action>
|
||||
<Action type="Anim" value="Models/ZhuDao_chaunyifu" animName="洗手" frame="0"/>
|
||||
<Action type="Show" value="Models/ZhuDao_chaunyifu/SM_YiShengYanJing1" isShow="true" ></Action>
|
||||
@ -974,6 +975,7 @@
|
||||
|
||||
|
||||
<!--点击水龙头-->
|
||||
<Action type="CameraSwitch" normalPos="49.22, 1.61, 0.49" normalRot="23.09, 69.65, 0.00" normalTime="0"></Action>
|
||||
<Action type="Hint" value="请按顺序进行相关操作" time="-1" icon="true"></Action>
|
||||
<Action type="Any">
|
||||
<Action type="Sequence">
|
||||
@ -1063,6 +1065,7 @@
|
||||
<Action type="Move" value="FlyCamera" to="-2.291751,3.206589,-0.4614787" time="0"></Action>
|
||||
<Action type="Rotate" value="FlyCamera" to="31.98415,200.0271,0" time="0"></Action>
|
||||
|
||||
<Action type="CameraSwitch" normalPos="-4.72, 1.58, -1.98" normalRot="13.73, 151.63, 0.00" normalTime="0"></Action>
|
||||
|
||||
|
||||
|
||||
@ -1147,6 +1150,7 @@
|
||||
|
||||
|
||||
<!--点击无菌手套-->
|
||||
<Action type="CameraSwitch" normalPos="-3.83, 1.67, -2.28" normalRot="20.88, 180.33, 0.00" normalTime="0"></Action>
|
||||
<Action type="Hint" value="请选择拿起手套时的捏拿位置" time="-1" icon="true" ></Action>
|
||||
<Action type="Any">
|
||||
<Action type="Sequence">
|
||||
@ -1203,8 +1207,8 @@
|
||||
<Action type="Show" value="Models/SM_gou/SM_gou" isShow="true"></Action>
|
||||
<Action type="Show" value="Models/Aim_ZSQ" isShow="true"></Action>
|
||||
|
||||
<Action type="CameraSwitch" nearPos="-0.7421901,2.138631,1.97794" nearRot="41.89053,158.7456,0" nearTime="0" normalPos="-1.298339,2.227672,0.1251958" normalRot="-1.298339,2.227672,0.1251958" normalTime="0" isNear="false"></Action>
|
||||
|
||||
<Action type="CameraSwitch" normalPos="-0.53, 1.53, 1.67" normalRot="12.78, 145.64, 0.00" nearPos="-0.53, 1.53, 1.67" nearRot="12.78, 145.64, 0.00" normalTime="0"></Action>
|
||||
<Action type="Hint" value="请按顺序进行相关操作" time="-1" icon="true"></Action>
|
||||
|
||||
|
||||
@ -1242,6 +1246,7 @@
|
||||
|
||||
<Action type="SkinnedBake" deviceName="插管"></Action>
|
||||
|
||||
<Action type="CameraSwitch" normalPos="-0.53, 1.53, 1.67" normalRot="12.78, 145.64, 0.00" nearPos="-0.84, 2.18, 0.00" nearRot="37.03, 88.74, 0.00" normalTime="0"></Action>
|
||||
|
||||
<Action type="Any">
|
||||
<Action type="Sequence">
|
||||
@ -1270,6 +1275,7 @@
|
||||
|
||||
<Action type="Hint" value="请按顺序进行相关操作" time="-1" icon="false" ></Action>
|
||||
|
||||
<Action type="CameraSwitch" normalPos="-0.18, 1.84, 1.22" normalRot="30.10, 139.14, 0.00" nearPos="-0.18, 1.84, 1.22" nearRot="30.10, 139.14, 0.00" normalTime="0"></Action>
|
||||
|
||||
<Action type="Any">
|
||||
<Action type="Sequence">
|
||||
@ -1293,6 +1299,7 @@
|
||||
<Action type="Hint" value="请按顺序进行相关操作" time="-1" icon="false"></Action>
|
||||
|
||||
|
||||
<Action type="CameraSwitch" normalPos="-0.18, 1.84, 1.22" normalRot="30.10, 139.14, 0.00" nearPos="-3.33, 1.50, -2.93" nearRot="50.40, 179.63, 0.00" normalTime="0"></Action>
|
||||
<Action type="Any">
|
||||
<Action type="Sequence">
|
||||
<Condition type="ObjClick" deviceName="保定绳"></Condition>
|
||||
@ -1305,6 +1312,8 @@
|
||||
</Action>
|
||||
</Action>
|
||||
|
||||
<Action type="CameraSwitch" normalPos="-0.65, 2.27, 1.14" normalRot="31.40, 180.14, 0.00" nearPos="-0.47, 2.33, 0.49" nearRot="60.00, 179.49, 0.00" normalTime="0"></Action>
|
||||
|
||||
<Action type="Show" value="Environment/SM_QvanChangJing/jingwu/SM_YiLiaoQuan/sweep4" isShow="true"></Action>
|
||||
|
||||
<Action type="NextOperation"></Action>
|
||||
@ -1322,8 +1331,8 @@
|
||||
<Action type="Sequence">
|
||||
|
||||
<Action type="Hint" value="请按顺序进行相关操作" time="-1" icon="false"></Action>
|
||||
<Action type="CameraSwitch" nearPos="-1.298339,2.227672,0.1251958" nearRot="47.61902,94.25353,0" nearTime="0" normalPos="-1.298339,2.227672,0.1251958" normalRot="-1.298339,2.227672,0.1251958" normalTime="0" isNear="false"></Action>
|
||||
|
||||
<Action type="CameraSwitch" normalPos="-0.65, 2.27, 1.14" normalRot="31.40, 180.14, 0.00" nearPos="-3.33, 1.50, -2.93" nearRot="50.40, 179.63, 0.00" normalTime="0"></Action>
|
||||
<Action type="Point3DQuestion">
|
||||
<Data name="39-1" position="-0.5265,1.3769,-0.0199" rotate="90,0,0" scale="0.07,0.07,0.07" rotateSpeed="180" clickEvent="1"></Data>
|
||||
<Data name="39-2" position="-0.5265,1.3718,0.0507" rotate="90,0,0" scale="0.07,0.07,0.07" rotateSpeed="180" clickEvent="2"></Data>
|
||||
@ -1346,6 +1355,7 @@
|
||||
</Action>
|
||||
</Action>
|
||||
|
||||
<Action type="CameraSwitch" normalPos="-0.65, 2.27, 1.14" normalRot="31.40, 180.14, 0.00" nearPos="-0.40, 1.78, 0.22" nearRot="60.00, 179.79, 0.00" normalTime="0"></Action>
|
||||
|
||||
<Action type="Show" value="Models/diantuizi" isShow="true"></Action>
|
||||
<Action type="Show" value="Models/zhudao" isShow="true"></Action>
|
||||
@ -1363,8 +1373,8 @@
|
||||
<Action type="Show" value="Models/diantuizi" isShow="false"></Action>
|
||||
|
||||
<Action type="Hint" value="请按顺序进行相关操作" time="-1" icon="false"></Action>
|
||||
<Action type="CameraSwitch" nearPos="-1.298339,2.227672,0.1251958" nearRot="47.61902,94.25353,0" nearTime="0" normalPos="-1.298339,2.227672,0.1251958" normalRot="-1.298339,2.227672,0.1251958" normalTime="0" isNear="false"></Action>
|
||||
|
||||
<Action type="CameraSwitch" normalPos="-0.65, 2.27, 1.14" normalRot="31.40, 180.14, 0.00" nearPos="-3.33, 1.50, -2.93" nearRot="50.40, 179.63, 0.00" normalTime="0"></Action>
|
||||
|
||||
<Action type="Any">
|
||||
<Action type="Sequence">
|
||||
@ -1378,6 +1388,7 @@
|
||||
</Action>
|
||||
</Action>
|
||||
|
||||
<Action type="CameraSwitch" normalPos="-0.65, 2.27, 1.14" normalRot="31.40, 180.14, 0.00" nearPos="-0.40, 1.78, 0.22" nearRot="60.00, 179.79, 0.00" normalTime="0"></Action>
|
||||
<Action type="Show" value="Models/jiaobu" isShow="true"></Action>
|
||||
<Action type="Parallel">
|
||||
<Action type="Anim" value="Models/jiaobu" animName="40Jiaobu" ></Action>
|
||||
@ -1401,8 +1412,8 @@
|
||||
<Action type="Sequence">
|
||||
|
||||
<Action type="Hint" value="请按顺序进行相关操作。" time="-1" icon="false" ></Action>
|
||||
<Action type="CameraSwitch" nearPos="-1.298339,2.227672,0.1251958" nearRot="47.61902,94.25353,0" nearTime="0" normalPos="-1.298339,2.227672,0.1251958" normalRot="-1.298339,2.227672,0.1251958" normalTime="0" isNear="false"></Action>
|
||||
|
||||
<Action type="CameraSwitch" normalPos="-0.65, 2.27, 1.14" normalRot="31.40, 180.14, 0.00" nearPos="-1.07, 1.59, 0.04" nearRot="50.17, 269.17, 0.00" normalTime="0"></Action>
|
||||
|
||||
<Action type="Any">
|
||||
<Action type="Sequence">
|
||||
@ -1415,6 +1426,9 @@
|
||||
<Action type="Hint" value="选择错误,应进行术部备皮" time="2" icon="true"></Action>
|
||||
</Action>
|
||||
</Action>
|
||||
|
||||
<Action type="CameraSwitch" normalPos="-0.65, 2.27, 1.14" normalRot="31.40, 180.14, 0.00" nearPos="-0.40, 1.78, 0.22" nearRot="60.00, 179.79, 0.00" normalTime="0"></Action>
|
||||
|
||||
<Action type="Show" value="Models/daopian" isShow="true"></Action>
|
||||
<Action type="Parallel">
|
||||
<Action type="Anim" value="Models/daopian" animName="41daopian" ></Action>
|
||||
@ -1441,9 +1455,10 @@
|
||||
<Action type="Sequence">
|
||||
|
||||
<Action type="Hint" value="请按顺序进行相关操作。" time="-1" icon="false" ></Action>
|
||||
<Action type="CameraSwitch" nearPos="-1.298339,2.227672,0.1251958" nearRot="47.61902,94.25353,0" nearTime="0" normalPos="-1.298339,2.227672,0.1251958" normalRot="-1.298339,2.227672,0.1251958" normalTime="0" isNear="false"></Action>
|
||||
|
||||
|
||||
<Action type="CameraSwitch" normalPos="-0.65, 2.27, 1.14" normalRot="31.40, 180.14, 0.00" nearPos="-1.67, 1.19, -2.79" nearRot="26.45, 179.50, 0.00" normalTime="0"></Action>
|
||||
|
||||
|
||||
<Action type="Any">
|
||||
<Action type="Sequence">
|
||||
@ -1457,12 +1472,14 @@
|
||||
</Action>
|
||||
</Action>
|
||||
|
||||
<Action type="CameraSwitch" normalPos="-0.65, 2.27, 1.14" normalRot="31.40, 180.14, 0.00" nearPos="-0.40, 1.78, 0.22" nearRot="60.00, 179.79, 0.00" normalTime="0"></Action>
|
||||
<Action type="Show" value="Models/penhu" isShow="true"></Action>
|
||||
<Action type="Parallel">
|
||||
<Action type="Anim" value="Models/penhu" animName="42penhu" ></Action>
|
||||
<Action type="Anim" value="Models/zhudao" animName="42zhudao" ></Action>
|
||||
</Action>
|
||||
|
||||
<Action type="CameraSwitch" normalPos="-0.65, 2.27, 1.14" normalRot="31.40, 180.14, 0.00" nearPos="-3.33, 1.50, -2.93" nearRot="50.40, 179.63, 0.00" normalTime="0"></Action>
|
||||
|
||||
<Action type="TextQuestion" title="术部消毒时,消毒棉球的涂抹方式是?" options="A、逆时针由里向外呈圆形|B、顺时针由里向外呈圆形|C、由上至下呈之字形|D、由下至上呈之字形" answers="1" btns="确定" wait="1" showAnswer="true" scoreName="术前准备术部消毒准备" rightScore="1" wrongScore="0" finishedEvent="答题完成"></Action>
|
||||
|
||||
@ -1496,9 +1513,10 @@
|
||||
<Action type="Sequence">
|
||||
|
||||
<Action type="Hint" value="请按顺序进行相关操作。" time="-1" icon="false" ></Action>
|
||||
<Action type="CameraSwitch" nearPos="-1.298339,2.227672,0.1251958" nearRot="47.61902,94.25353,0" nearTime="0" normalPos="-1.298339,2.227672,0.1251958" normalRot="-1.298339,2.227672,0.1251958" normalTime="0" isNear="false"></Action>
|
||||
|
||||
|
||||
<Action type="CameraSwitch" normalPos="-0.65, 2.27, 1.14" normalRot="31.40, 180.14, 0.00" nearPos="-3.33, 1.50, -2.93" nearRot="50.40, 179.63, 0.00" normalTime="0"></Action>
|
||||
|
||||
<Action type="Any">
|
||||
<Action type="Sequence">
|
||||
<Condition type="ObjClick" deviceName="创巾"></Condition>
|
||||
@ -1511,6 +1529,7 @@
|
||||
</Action>
|
||||
</Action>
|
||||
|
||||
<Action type="CameraSwitch" normalPos="-0.65, 2.27, 1.14" normalRot="31.40, 180.14, 0.00" nearPos="-1.47, 2.17, -0.03" nearRot="37.40, 90.69, 0.00" normalTime="0"></Action>
|
||||
<Action type="Show" value="Models/zhushou" isShow="true"></Action>
|
||||
<Action type="Show" value="Models/zhudao" isShow="true"></Action>
|
||||
<Action type="Show" value="Models/chuangjin" isShow="true"></Action>
|
||||
@ -1571,8 +1590,8 @@
|
||||
|
||||
<!--47-->
|
||||
<Action type="Hint" value="请按顺序进行相关操作。" time="-1" icon="false" ></Action>
|
||||
<Action type="CameraSwitch" nearPos="-1.298339,2.227672,0.1251958" nearRot="47.61902,94.25353,0" nearTime="0" normalPos="-1.298339,2.227672,0.1251958" normalRot="-1.298339,2.227672,0.1251958" normalTime="0" isNear="false"></Action>
|
||||
|
||||
<Action type="CameraSwitch" normalPos="-0.65, 2.27, 1.14" normalRot="31.40, 180.14, 0.00" nearPos="-1.07, 1.59, 0.04" nearRot="50.17, 269.17, 0.00" normalTime="0"></Action>
|
||||
<Action type="Any">
|
||||
<Action type="Sequence">
|
||||
<Condition type="ObjClick" deviceName="无齿镊"></Condition>
|
||||
@ -1585,6 +1604,7 @@
|
||||
</Action>
|
||||
</Action>
|
||||
|
||||
<Action type="CameraSwitch" normalPos="-0.65, 2.27, 1.14" normalRot="31.40, 180.14, 0.00" nearPos="-0.40, 1.78, 0.22" nearRot="60.00, 179.79, 0.00" normalTime="0"></Action>
|
||||
<Action type="Show" value="Models/zhushou" isShow="false"></Action>
|
||||
|
||||
<Action type="Show" value="Models/Aim_yisheng_01" isShow="true"></Action>
|
||||
@ -1622,6 +1642,7 @@
|
||||
<Action type="Sequence">
|
||||
|
||||
<Action type="Hint" value="请选择切口起始位置" time="-1" icon="false" ></Action>
|
||||
<Action type="CameraSwitch" normalPos="-0.65, 2.27, 1.14" normalRot="31.40, 180.14, 0.00" nearPos="-0.40, 1.78, 0.22" nearRot="60.00, 179.79, 0.00" normalTime="0"></Action>
|
||||
<!--48-->
|
||||
<Action type="Point3DQuestion">
|
||||
<Data position="-0.48,1.374,-0.02579987" rotate="90,37.45763,0" scale="0.08,0.08,0.08" rotateSpeed="180" clickEvent="1"></Data>
|
||||
@ -1658,6 +1679,7 @@
|
||||
|
||||
<Action type="Show" value="Models/dao" isShow="false"></Action>
|
||||
|
||||
<Action type="CameraSwitch" normalPos="-0.65, 2.27, 1.14" normalRot="31.40, 180.14, 0.00" nearPos="-0.40, 1.78, 0.22" nearRot="60.00, 179.79, 0.00" normalTime="0"></Action>
|
||||
<!--49-->
|
||||
<Action type="Show" value="Models/zhixuebi" isShow="true"></Action>
|
||||
<Action type="Parallel">
|
||||
@ -1685,6 +1707,7 @@
|
||||
<!--50-->
|
||||
|
||||
|
||||
<Action type="CameraSwitch" normalPos="-0.69, 2.24, 0.48" normalRot="60.00, 179.84, 0.00" nearPos="-1.07, 1.59, 0.04" nearRot="50.17, 269.17, 0.00" normalTime="0"></Action>
|
||||
<Action type="Hint" value="请选择肌肉切口起始位置" time="-1" icon="true" ></Action>
|
||||
|
||||
<Action type="Point3DQuestion">
|
||||
@ -1714,6 +1737,7 @@
|
||||
</Action>
|
||||
</Action>
|
||||
|
||||
<Action type="CameraSwitch" normalPos="-0.69, 2.24, 0.48" normalRot="60.00, 179.84, 0.00" nearPos="-0.60, 1.64, 0.00" nearRot="56.95, 89.69, 0.00" normalTime="0"></Action>
|
||||
|
||||
<Action type="Show" value="Models/zhixuebi" isShow="false"></Action>
|
||||
|
||||
@ -1743,6 +1767,7 @@
|
||||
<Start>
|
||||
<Action type="Sequence">
|
||||
<!--51-->
|
||||
<Action type="CameraSwitch" normalPos="-0.69, 2.24, 0.48" normalRot="60.00, 179.84, 0.00" nearPos="-1.07, 1.59, 0.04" nearRot="50.17, 269.17, 0.00" normalTime="0"></Action>
|
||||
<Action type="Hint" value="请按顺序进行相关操作" time="-1" icon="true" ></Action>
|
||||
<Action type="Any">
|
||||
<Action type="Sequence">
|
||||
@ -1759,6 +1784,7 @@
|
||||
|
||||
<Action type="Show" value="Models/shoushudao" isShow="false"></Action>
|
||||
|
||||
<Action type="CameraSwitch" normalPos="-0.69, 2.24, 0.48" normalRot="60.00, 179.84, 0.00" nearPos="-0.60, 1.64, 0.00" nearRot="56.95, 89.69, 0.00" normalTime="0"></Action>
|
||||
|
||||
<!--52/53-->
|
||||
<Action type="Parallel">
|
||||
@ -1795,7 +1821,9 @@
|
||||
<Action type="Sequence">
|
||||
|
||||
<Action type="Hint" value="请按顺序进行相关操作" time="-1" icon="false" ></Action>
|
||||
<Action type="CameraSwitch" nearPos="-1.298339,2.227672,0.1251958" nearRot="47.61902,94.25353,0" nearTime="0" normalPos="-1.298339,2.227672,0.1251958" normalRot="-1.298339,2.227672,0.1251958" normalTime="0" isNear="false"></Action>
|
||||
|
||||
<Action type="CameraSwitch" normalPos="-0.69, 2.24, 0.48" normalRot="60.00, 179.84, 0.00" nearPos="-1.07, 1.59, 0.04" nearRot="50.17, 269.17, 0.00" normalTime="0"></Action>
|
||||
|
||||
<Action type="Show" value="Models/wuchinie" isShow="false"></Action>
|
||||
<!--54-->
|
||||
<Action type="Any">
|
||||
@ -1809,6 +1837,7 @@
|
||||
<Action type="Hint" value="选择错误,应使用拉钩将切口拉开" time="2" icon="true"></Action>
|
||||
</Action>
|
||||
</Action>
|
||||
<Action type="CameraSwitch" normalPos="-0.69, 2.24, 0.48" normalRot="60.00, 179.84, 0.00" nearPos="-0.60, 1.64, 0.00" nearRot="56.95, 89.69, 0.00" normalTime="0"></Action>
|
||||
|
||||
<Action type="Show" value="Models/quan_fubu" isShow="false" ></Action>
|
||||
<Action type="Show" value="Models/lagou" isShow="true" ></Action>
|
||||
@ -1821,7 +1850,6 @@
|
||||
<Action type="Anim" value="Models/quan_jirou_pifu" animName="5455quan_jirou_pifu" speed="1"></Action>
|
||||
<Action type="Anim" value="Models/zhudao" animName="5455zhudao" speed="1"></Action>
|
||||
<Action type="Anim" value="Models/zhushou" animName="5455zhushou" speed="1"></Action>
|
||||
<!--助手动画有问题-->
|
||||
</Action>
|
||||
|
||||
|
||||
@ -1840,8 +1868,7 @@
|
||||
|
||||
<!--56-->
|
||||
<Action type="Hint" value="请按顺序进行相关操作" time="-1" icon="false"></Action>
|
||||
<Action type="CameraSwitch" nearPos="-1.298339,2.227672,0.1251958" nearRot="47.61902,94.25353,0" nearTime="0" normalPos="-1.298339,2.227672,0.1251958" normalRot="-1.298339,2.227672,0.1251958" normalTime="0" isNear="false"></Action>
|
||||
|
||||
<Action type="CameraSwitch" normalPos="-0.69, 2.24, 0.48" normalRot="60.00, 179.84, 0.00" nearPos="-1.07, 1.59, 0.04" nearRot="50.17, 269.17, 0.00" normalTime="0"></Action>
|
||||
<Action type="Any">
|
||||
<Action type="Sequence">
|
||||
<Condition type="ObjClick" deviceName="无齿海绵钳"></Condition>
|
||||
@ -1855,6 +1882,7 @@
|
||||
</Action>
|
||||
|
||||
|
||||
<Action type="CameraSwitch" normalPos="-0.69, 2.24, 0.48" normalRot="60.00, 179.84, 0.00" nearPos="-0.60, 1.64, 0.00" nearRot="56.95, 89.69, 0.00" normalTime="0"></Action>
|
||||
|
||||
<Action type="Show" value="Models/wuchihaimianqian" isShow="true" ></Action>
|
||||
|
||||
@ -1879,6 +1907,7 @@
|
||||
</Reset>
|
||||
<Start>
|
||||
<Action type="Sequence">
|
||||
<Action type="CameraSwitch" normalPos="-0.69, 2.24, 0.48" normalRot="60.00, 179.84, 0.00" normalTime="0"></Action>
|
||||
<Action type="Hint" value="请按顺序进行相关操作" time="-1" icon="false"></Action>
|
||||
<Action type="Any">
|
||||
<Action type="Sequence">
|
||||
@ -1901,6 +1930,7 @@
|
||||
|
||||
|
||||
|
||||
<Action type="CameraSwitch" normalPos="-0.69, 2.24, 0.48" normalRot="60.00, 179.84, 0.00" nearPos="-0.60, 1.64, 0.00" nearRot="56.95, 89.69, 0.00" normalTime="0"></Action>
|
||||
<!--58-->
|
||||
<Action type="Hint" value="请找出病变小肠" time="-1" icon="false" ></Action>
|
||||
<Action type="Any">
|
||||
@ -1942,6 +1972,7 @@
|
||||
<Action type="Sequence">
|
||||
|
||||
<!--59-->
|
||||
<Action type="CameraSwitch" normalPos="-0.65, 2.27, 1.14" normalRot="31.40, 180.14, 0.00" nearPos="-3.33, 1.50, -2.93" nearRot="50.40, 179.63, 0.00" normalTime="0"></Action>
|
||||
<Action type="Hint" value="请按顺序进行相关操作" time="-1" icon="false" ></Action>
|
||||
|
||||
<Action type="Any">
|
||||
@ -1955,6 +1986,7 @@
|
||||
<Action type="Hint" value="选择错误,应先将无菌纱布放到腹部两侧" time="2" icon="true"></Action>
|
||||
</Action>
|
||||
</Action>
|
||||
<Action type="CameraSwitch" normalPos="-0.65, 2.27, 1.14" normalRot="31.40, 180.14, 0.00" nearPos="-0.60, 1.64, 0.00" nearRot="56.95, 89.69, 0.00" normalTime="0"></Action>
|
||||
<Action type="Show" value="Models/changzi" isShow="true" ></Action>
|
||||
|
||||
|
||||
@ -1996,7 +2028,7 @@
|
||||
<!--点击工具,弯止血钳子-->
|
||||
<Action type="Hint" value="请按顺序进行相关操作。" time="-1" icon="false" ></Action>
|
||||
|
||||
<Action type="CameraSwitch" nearPos="-1.298339,2.227672,0.1251958" nearRot="47.61902,94.25353,0" nearTime="0" normalPos="-1.298339,2.227672,0.1251958" normalRot="-1.298339,2.227672,0.1251958" normalTime="0" isNear="false"></Action>
|
||||
<Action type="CameraSwitch" normalPos="-0.69, 2.24, 0.48" normalRot="60.00, 179.84, 0.00" nearPos="-1.07, 1.59, 0.04" nearRot="50.17, 269.17, 0.00" normalTime="0"></Action>
|
||||
<Action type="Any">
|
||||
<Action type="Sequence">
|
||||
<Condition type="ObjClick" deviceName="弯止血钳"></Condition>
|
||||
@ -2009,6 +2041,7 @@
|
||||
</Action>
|
||||
</Action>
|
||||
|
||||
<Action type="CameraSwitch" normalPos="-0.69, 2.24, 0.48" normalRot="60.00, 179.84, 0.00" nearPos="-0.60, 1.64, 0.00" nearRot="56.95, 89.69, 0.00" normalTime="0"></Action>
|
||||
<Action type="Show" value="Models/60wanzhixueqian" isShow="true" ></Action>
|
||||
<Action type="Parallel">
|
||||
<Action type="Anim" value="Models/60wanzhixueqian" deviceName="" animName="60wanzhixueqian"></Action>
|
||||
@ -2033,6 +2066,7 @@
|
||||
<Action type="Sequence">
|
||||
|
||||
<!--61血管止血位置-->
|
||||
<Action type="CameraSwitch" normalPos="-0.69, 2.24, 0.48" normalRot="60.00, 179.84, 0.00" nearPos="-1.07, 1.59, 0.04" nearRot="50.17, 269.17, 0.00" normalTime="0"></Action>
|
||||
<Action type="Hint" value="请选择血管上的正确钳夹位置" time="-1" icon="true"></Action>
|
||||
|
||||
<Action type="Point3DQuestion">
|
||||
@ -2054,6 +2088,7 @@
|
||||
</Action>
|
||||
</Action>
|
||||
|
||||
<Action type="CameraSwitch" normalPos="-0.69, 2.24, 0.48" normalRot="60.00, 179.84, 0.00" nearPos="-0.60, 1.64, 0.00" nearRot="56.95, 89.69, 0.00" normalTime="0"></Action>
|
||||
<Action type="Show" value="Models/wanzhixueqian" isShow="true" ></Action>
|
||||
<Action type="Anim" value="Models/zhudao" animName="61zhudao" frame="0"></Action>
|
||||
<Action type="Anim" value="Models/zhushou" animName="61zhushou" frame="0"></Action>
|
||||
@ -2082,6 +2117,7 @@
|
||||
<Action type="Sequence">
|
||||
|
||||
<!--62显示结扎的结-->
|
||||
<Action type="CameraSwitch" normalPos="-0.60, 1.64, 0.00" normalRot="56.95, 89.69, 0.00" nearPos="-0.49, 1.52, -0.06" nearRot="60.00, 92.79, 0.00" normalTime="0"></Action>
|
||||
<Action type="Hint" value="请选择血管上的正确结扎位置" time="-1" icon="true"></Action>
|
||||
|
||||
<Action type="Point3DQuestion">
|
||||
@ -2123,6 +2159,7 @@
|
||||
|
||||
|
||||
<!--63组织剪-->
|
||||
<Action type="CameraSwitch" normalPos="-0.69, 2.24, 0.48" normalRot="60.00, 179.84, 0.00" nearPos="-1.07, 1.59, 0.04" nearRot="50.17, 269.17, 0.00" normalTime="0"></Action>
|
||||
<Action type="Hint" value="请按顺序进行相关操作。" time="-1" icon="false" ></Action>
|
||||
<Action type="CameraSwitch" nearPos="-1.298339,2.227672,0.1251958" nearRot="47.61902,94.25353,0" nearTime="0" normalPos="-1.298339,2.227672,0.1251958" normalRot="-1.298339,2.227672,0.1251958" normalTime="0" isNear="false"></Action>
|
||||
<Action type="Any">
|
||||
@ -2136,6 +2173,7 @@
|
||||
<Action type="Hint" value="选择错误,应使用尖剪操作" time="2" icon="true"></Action>
|
||||
</Action>
|
||||
</Action>
|
||||
<Action type="CameraSwitch" normalPos="-0.69, 2.24, 0.48" normalRot="60.00, 179.84, 0.00" nearPos="-0.49, 1.52, -0.06" nearRot="60.00, 92.79, 0.00" normalTime="0"></Action>
|
||||
<Action type="Show" value="Models/jiandao" isShow="true" ></Action>
|
||||
<Action type="Parallel">
|
||||
<Action type="Anim" value="Models/jiandao" animName="63jiandao" speed="1"></Action>
|
||||
@ -2160,8 +2198,8 @@
|
||||
<Start>
|
||||
<Action type="Sequence">
|
||||
<!--64-->
|
||||
<Action type="CameraSwitch" normalPos="-0.60, 1.64, 0.00" normalRot="56.95, 89.69, 0.00" nearPos="-0.49, 1.52, -0.06" nearRot="60.00, 92.79, 0.00" normalTime="0"></Action>
|
||||
<Action type="Hint" value="请选择肠系膜的正确剪开范围。" time="-1" icon="false" ></Action>
|
||||
<Action type="CameraSwitch" nearPos="-1.298339,2.227672,0.1251958" nearRot="47.61902,94.25353,0" nearTime="0" normalPos="-1.298339,2.227672,0.1251958" normalRot="-1.298339,2.227672,0.1251958" normalTime="0" isNear="false"></Action>
|
||||
|
||||
|
||||
<Action type="HighLight" value="Models/shanxing/shanxing01" isHigh="true" color="0,255,0,255"></Action>
|
||||
@ -2235,7 +2273,8 @@
|
||||
|
||||
<!--67肠钳-->
|
||||
<Action type="Hint" value="请按顺序进行相关操作。" time="-1" icon="false" ></Action>
|
||||
<Action type="CameraSwitch" nearPos="-1.298339,2.227672,0.1251958" nearRot="47.61902,94.25353,0" nearTime="0" normalPos="-1.298339,2.227672,0.1251958" normalRot="-1.298339,2.227672,0.1251958" normalTime="0" isNear="false"></Action>
|
||||
|
||||
<Action type="CameraSwitch" normalPos="-0.69, 2.24, 0.48" normalRot="60.00, 179.84, 0.00" nearPos="-1.07, 1.59, 0.04" nearRot="50.17, 269.17, 0.00" normalTime="0"></Action>
|
||||
<Action type="Any">
|
||||
<Action type="Sequence">
|
||||
<Condition type="ObjClick" deviceName="肠钳" ></Condition>
|
||||
@ -2247,6 +2286,7 @@
|
||||
<Action type="Hint" value="选择错误,应使用肠钳操作" time="2" icon="true"></Action>
|
||||
</Action>
|
||||
</Action>
|
||||
<Action type="CameraSwitch" normalPos="-0.69, 2.24, 0.48" normalRot="60.00, 179.84, 0.00" nearPos="-0.60, 1.64, 0.00" nearRot="56.95, 89.69, 0.00" normalTime="0"></Action>
|
||||
<Action type="Show" value="Models/69changqian" isShow="true" isDevice="false"></Action>
|
||||
<Action type="Show" value="Models/changqian" isShow="true" isDevice="false"></Action>
|
||||
<Action type="Anim" value="Models/zhudao" animName="68zhudao" frame="0"></Action>
|
||||
@ -2264,6 +2304,7 @@
|
||||
<Action type="Sequence">
|
||||
|
||||
<!--68-->
|
||||
<Action type="CameraSwitch" normalPos="-0.69, 2.24, 0.48" normalRot="60.00, 179.84, 0.00" nearPos="-0.60, 1.64, 0.00" nearRot="56.95, 89.69, 0.00" normalTime="0"></Action>
|
||||
<Action type="TextQuestion" title="肠钳与肠管的夹捏角度是?" options="A、垂直呈90°|B、纵轴呈30°-45°|C、横轴呈180°|D、纵轴呈70°-85°" answers="2" btns="确定" wait="1" showAnswer="true" scoreName="术前准备去除病变小肠" rightScore="1" wrongScore="0" finishedEvent="答题完成"></Action>
|
||||
|
||||
<Condition type="StrEvent" value="答题完成"></Condition>
|
||||
@ -2304,8 +2345,9 @@
|
||||
<Start>
|
||||
<Action type="Sequence">
|
||||
<!--70-->
|
||||
<Action type="CameraSwitch" normalPos="-0.69, 2.24, 0.48" normalRot="60.00, 179.84, 0.00" nearPos="-1.07, 1.59, 0.04" nearRot="50.17, 269.17, 0.00" normalTime="0"></Action>
|
||||
<Action type="Hint" value="请按顺序进行相关操作。" time="-1" icon="false" ></Action>
|
||||
<Action type="CameraSwitch" nearPos="-1.298339,2.227672,0.1251958" nearRot="47.61902,94.25353,0" nearTime="0" normalPos="-1.298339,2.227672,0.1251958" normalRot="-1.298339,2.227672,0.1251958" normalTime="0" isNear="false"></Action>
|
||||
|
||||
<Action type="Any">
|
||||
<Action type="Sequence">
|
||||
<Condition type="ObjClick" deviceName="手术刀柄3号" ></Condition>
|
||||
@ -2318,6 +2360,7 @@
|
||||
</Action>
|
||||
</Action>
|
||||
|
||||
<Action type="CameraSwitch" normalPos="-0.69, 2.24, 0.48" normalRot="60.00, 179.84, 0.00" nearPos="-0.60, 1.64, 0.00" nearRot="56.95, 89.69, 0.00" normalTime="0"></Action>
|
||||
|
||||
<Action type="Show" value="Models/71shoushudao" isShow="true" isDevice="false"></Action>
|
||||
<Action type="Anim" value="Models/zhudao" animName="71zhudao" frame="0"></Action>
|
||||
@ -2335,6 +2378,7 @@
|
||||
<Action type="Sequence">
|
||||
|
||||
<!--71-->
|
||||
<Action type="CameraSwitch" normalPos="-0.60, 1.64, 0.00" normalRot="56.95, 89.69, 0.00" nearPos="-0.60, 1.64, 0.00" nearRot="56.95, 89.69, 0.00" normalTime="0"></Action>
|
||||
<Action type="Hint" value="请选择正确的切开位置" time="-1" icon="true"></Action>
|
||||
|
||||
<Action type="Point3DQuestion">
|
||||
@ -2370,6 +2414,11 @@
|
||||
</Action>
|
||||
|
||||
<Action type="Show" value="Models/72shoushudao" isShow="false" isDevice="false"></Action>
|
||||
|
||||
|
||||
|
||||
<Action type="CameraSwitch" normalPos="-0.69, 2.24, 0.48" normalRot="60.00, 179.84, 0.00" nearPos="-0.60, 1.64, 0.0" nearRot="56.95, 89.69, 0.00" normalTime="0"></Action>
|
||||
|
||||
<Action type="Parallel">
|
||||
<Action type="Show" value="Models/73ChangZi" isShow="true" isDevice="false"></Action>
|
||||
<Action type="Show" value="Models/73zhixueqian" isShow="true" isDevice="false"></Action>
|
||||
@ -2441,8 +2490,8 @@
|
||||
|
||||
|
||||
<Action type="Hint" value="请按顺序进行相关操作。" time="-1" icon="false" ></Action>
|
||||
<Action type="CameraSwitch" nearPos="-1.298339,2.227672,0.1251958" nearRot="47.61902,94.25353,0" nearTime="0" normalPos="-1.298339,2.227672,0.1251958" normalRot="-1.298339,2.227672,0.1251958" normalTime="0" isNear="false"></Action>
|
||||
|
||||
<Action type="CameraSwitch" normalPos="-0.69, 2.24, 0.48" normalRot="60.00, 179.84, 0.00" nearPos="-0.69, 2.24, 0.48" nearRot="60.00, 179.84, 0.00" normalTime="0"></Action>
|
||||
|
||||
|
||||
|
||||
@ -2547,9 +2596,6 @@
|
||||
<Action type="Sequence">
|
||||
|
||||
|
||||
|
||||
|
||||
<!--暂时用这个作为助手的默认动作-->
|
||||
<Action type="Anim" value="Models/zhushou" animName="zhushouNormal" speed="1"></Action>
|
||||
|
||||
<Action type="Show" value="Models/CZ_FengXian_Timeline" isShow="true" isDevice="false"></Action>
|
||||
@ -2570,6 +2616,7 @@
|
||||
<Action type="TimeLine" value="Models/CZ_FengXian_Timeline" isShow="true" frame="0" endFrame="1" isWait="true"></Action>
|
||||
|
||||
|
||||
<Action type="CameraSwitch" normalPos="-0.39, 1.48, -0.12" normalRot="60.00, 359.29, 0.00" nearPos="-0.39, 1.48, -0.12" nearRot="60.00, 359.29, 0.00" normalTime="0"></Action>
|
||||
<Action type="Point3DQuestion">
|
||||
<Data name="78-1" position="-0.4205,1.36449,-0.07598" rotate="0,0,0" scale="0.008,0.008,0.008" rotateSpeed="180" clickEvent="1"></Data>
|
||||
<Data name="78-2" position="-0.42121,1.37154,-0.08337" rotate="0,0,0" scale="0.008,0.008,0.008" rotateSpeed="180" clickEvent="2"></Data>
|
||||
@ -2602,6 +2649,7 @@
|
||||
<Start>
|
||||
<Action type="Sequence">
|
||||
|
||||
<Action type="CameraSwitch" normalPos="-0.39, 1.48, -0.12" normalRot="60.00, 359.29, 0.00" nearPos="-0.39, 1.48, -0.12" nearRot="60.00, 359.29, 0.00" normalTime="0"></Action>
|
||||
<Action type="TextQuestion" title="缝合肠管后壁的缝合线号是?" options="A、8|B、6|C、5|D、3" answers="4" btns="确定" wait="1" showAnswer="true" scoreName="术前准备肠端吻合" rightScore="1" wrongScore="0" finishedEvent="答题完成"></Action>
|
||||
|
||||
<Condition type="StrEvent" value="答题完成"></Condition>
|
||||
@ -2621,6 +2669,7 @@
|
||||
</Reset>
|
||||
<Start>
|
||||
<Action type="Sequence">
|
||||
<Action type="CameraSwitch" normalPos="-0.49, 1.52, -0.06" normalRot="60.00, 92.79, 0.00" nearPos="-0.49, 1.52, -0.06" nearRot="60.00, 92.79, 0.00" normalTime="0"></Action>
|
||||
|
||||
<Action type="TextQuestion" title="肠系膜的缝合方式是?" options="A、十字缝合|B、结节缝合|C、连续缝合|D、锁边缝合" answers="2" btns="确定" wait="1" showAnswer="true" scoreName="术前准备肠端吻合" rightScore="1" wrongScore="0" finishedEvent="答题完成"></Action>
|
||||
|
||||
@ -2648,8 +2697,8 @@
|
||||
<Start>
|
||||
<Action type="Sequence">
|
||||
|
||||
<Action type="CameraSwitch" normalPos="-0.65, 2.27, 1.14" normalRot="31.40, 180.14, 0.00" nearPos="-3.33, 1.50, -2.93" nearRot="50.40, 179.63, 0.00" normalTime="0"></Action>
|
||||
<Action type="Hint" value="请按顺序进行相关操作。" time="-1" icon="false" ></Action>
|
||||
<Action type="CameraSwitch" nearPos="-1.298339,2.227672,0.1251958" nearRot="47.61902,94.25353,0" nearTime="0" normalPos="-1.298339,2.227672,0.1251958" normalRot="-1.298339,2.227672,0.1251958" normalTime="0" isNear="false"></Action>
|
||||
<Action type="Any">
|
||||
<Action type="Sequence">
|
||||
<Condition type="ObjClick" deviceName="一次性注射器" ></Condition>
|
||||
@ -2662,6 +2711,7 @@
|
||||
<Action type="Hint" value="选择错误,应使用注射器操作" time="2" icon="true"></Action>
|
||||
</Action>
|
||||
</Action>
|
||||
<Action type="CameraSwitch" normalPos="-0.65, 2.27, 1.14" normalRot="31.40, 180.14, 0.00" nearPos="-0.60, 1.64, 0.00" nearRot="56.95, 89.69, 0.00" normalTime="0"></Action>
|
||||
|
||||
<Action type="Show" value="Models/CZ_FengXian_Timeline" isShow="false"></Action>
|
||||
<Action type="Show" value="Models/82changzi" isShow="true"></Action>
|
||||
@ -2706,6 +2756,7 @@
|
||||
<Start>
|
||||
<Action type="Sequence">
|
||||
|
||||
<Action type="CameraSwitch" normalPos="-0.65, 2.27, 1.14" normalRot="31.40, 180.14, 0.00" nearPos="-0.91, 1.57, 0.16" nearRot="11.35, 139.79, 0.00" normalTime="0"></Action>
|
||||
<Action type="Anim" value="Models/zhudao" animName="消毒液消毒" frame="230"></Action>
|
||||
<Action type="Anim" value="Models/zhushou" animName="zhushouNormal" speed="1"></Action>
|
||||
<Action type="TextQuestion" title="主刀人员的手触摸了切除肠段,应该?" options="A、继续后续手术流程|B、使用消毒纸巾擦拭|C、更换无菌手套|D、喷涂酒精消毒" answers="3" btns="确定" wait="1" showAnswer="true" scoreName="术前准备肠端吻合" rightScore="1" wrongScore="0" finishedEvent="答题完成"></Action>
|
||||
@ -2735,6 +2786,7 @@
|
||||
</Reset>
|
||||
<Start>
|
||||
<Action type="Sequence">
|
||||
<Action type="CameraSwitch" normalPos="-0.38, 1.55, 0.09" normalRot="60.00, 181.64, 0.00" nearPos="-0.38, 1.55, 0.09" nearRot="60.00, 181.64, 0.00" normalTime="0"></Action>
|
||||
<Action type="TextQuestion" title="缝合肌肉应采用的缝合方式是?" options="A、十字缝合|B、结节缝合|C、连续缝合|D、锁边缝合" answers="3" btns="确定" wait="1" showAnswer="true" scoreName="术前准备缝合切口" rightScore="1" wrongScore="0" finishedEvent="答题完成"></Action>
|
||||
|
||||
<Condition type="StrEvent" value="答题完成"></Condition>
|
||||
@ -2762,6 +2814,7 @@
|
||||
</Reset>
|
||||
<Start>
|
||||
<Action type="Sequence">
|
||||
<Action type="CameraSwitch" normalPos="-0.38, 1.55, 0.09" normalRot="60.00, 181.64, 0.00" nearPos="-0.38, 1.55, 0.09" nearRot="60.00, 181.64, 0.00" normalTime="0"></Action>
|
||||
<Action type="TextQuestion" title="缝合脂肪应采用的缝合方式是?" options="A、十字缝合|B、结节缝合|C、连续缝合|D、锁边缝合" answers="1" btns="确定" wait="1" showAnswer="true" scoreName="术前准备缝合切口" rightScore="1" wrongScore="0" finishedEvent="答题完成"></Action>
|
||||
|
||||
<Condition type="StrEvent" value="答题完成"></Condition>
|
||||
@ -2779,6 +2832,7 @@
|
||||
</Reset>
|
||||
<Start>
|
||||
<Action type="Sequence">
|
||||
<Action type="CameraSwitch" normalPos="-0.38, 1.55, 0.09" normalRot="60.00, 181.64, 0.00" nearPos="-0.38, 1.55, 0.09" nearRot="60.00, 181.64, 0.00" normalTime="0"></Action>
|
||||
<Action type="TextQuestion" title="缝合皮肤应采用的缝合方式是?" options="A、十字缝合|B、结节缝合|C、连续缝合|D、锁边缝合" answers="2" btns="确定" wait="1" showAnswer="true" scoreName="术前准备缝合切口" rightScore="1" wrongScore="0" finishedEvent="答题完成"></Action>
|
||||
|
||||
<Condition type="StrEvent" value="答题完成"></Condition>
|
||||
@ -2803,6 +2857,7 @@
|
||||
<Start>
|
||||
<Action type="Sequence">
|
||||
|
||||
<Action type="CameraSwitch" normalPos="-0.65, 2.27, 1.14" normalRot="31.40, 180.14, 0.00" nearPos="-3.33, 1.50, -2.93" nearRot="50.40, 179.63, 0.00" normalTime="0"></Action>
|
||||
<Action type="Hint" value="请按顺序进行相关操作。" time="-1" icon="false" ></Action>
|
||||
<Action type="Any">
|
||||
<Action type="Sequence">
|
||||
@ -2817,6 +2872,7 @@
|
||||
</Action>
|
||||
</Action>
|
||||
|
||||
<Action type="CameraSwitch" normalPos="-0.65, 2.27, 1.14" normalRot="31.40, 180.14, 0.00" nearPos="-0.40, 1.78, 0.22" nearRot="60.00, 179.79, 0.00" normalTime="0"></Action>
|
||||
|
||||
<Action type="Parallel">
|
||||
<Action type="Show" value="Models/jiezha" isShow="false" ></Action>
|
||||
@ -2848,6 +2904,7 @@
|
||||
<Start>
|
||||
<Action type="Sequence">
|
||||
|
||||
<Action type="CameraSwitch" normalPos="-0.65, 2.27, 1.14" normalRot="31.40, 180.14, 0.00" nearPos="-0.40, 1.78, 0.22" nearRot="60.00, 179.79, 0.00" normalTime="0"></Action>
|
||||
<Action type="Hint" value="请按顺序进行相关操作。" time="-1" icon="false" ></Action>
|
||||
<Action type="Any">
|
||||
<Action type="Sequence">
|
||||
@ -2876,6 +2933,7 @@
|
||||
<Start>
|
||||
<Action type="Sequence">
|
||||
|
||||
<Action type="CameraSwitch" normalPos="-0.65, 2.27, 1.14" normalRot="31.40, 180.14, 0.00" nearPos="-0.40, 1.78, 0.22" nearRot="60.00, 179.79, 0.00" normalTime="0"></Action>
|
||||
<Action type="Hint" value="请按顺序进行相关操作。" time="-1" icon="false" ></Action>
|
||||
<Action type="Collider" deviceName="手术创巾" colliderType="Active" args="true"></Action>
|
||||
<Action type="Any">
|
||||
@ -2905,6 +2963,7 @@
|
||||
</Reset>
|
||||
<Start>
|
||||
<Action type="Sequence">
|
||||
<Action type="CameraSwitch" normalPos="-0.65, 2.27, 1.14" normalRot="31.40, 180.14, 0.00" nearPos="-3.33, 1.50, -2.93" nearRot="50.40, 179.63, 0.00" normalTime="0"></Action>
|
||||
<Action type="Hint" value="请按顺序进行相关操作。" time="-1" icon="false" ></Action>
|
||||
<Action type="Any">
|
||||
<Action type="Sequence">
|
||||
@ -2917,6 +2976,7 @@
|
||||
<Action type="Hint" value="选择错误,应进行创口敷贴" time="2" icon="true"></Action>
|
||||
</Action>
|
||||
</Action>
|
||||
<Action type="CameraSwitch" normalPos="-0.65, 2.27, 1.14" normalRot="31.40, 180.14, 0.00" nearPos="-0.40, 1.78, 0.22" nearRot="60.00, 179.79, 0.00" normalTime="0"></Action>
|
||||
|
||||
<Action type="Show" value="Models/gou_alf" isShow="false" ></Action>
|
||||
<Action type="Show" value="Models/91wujunfuliaoi" isShow="true" ></Action>
|
||||
|
||||
@ -74,6 +74,7 @@
|
||||
<Action type="SetScore" name="步骤名字" value="1"></Action>
|
||||
<!--镜头切换 近距离和默认 如果有了nearDevice就可以不用nearPos和nearRot了 按照device的坐标和旋转来处理镜头 normalDevice同理
|
||||
只设置坐标 不执行镜头切换 是否执行要根据UI的按钮操作来
|
||||
如果不配置 nearPos或者normalPos 则自动隐藏对应的视角UI按钮
|
||||
-->
|
||||
<Action type="CameraSwitch" nearDevice="肠钳" normalDevice="组织钳" nearPos="-3.942,3.24,-4.319" nearRot="16.42331,180,0" nearTime="1" normalPos="-3.942,3.24,-3.946" normalRot="16.42331,180,-5.305351E-14" normalTime="1"></Action>
|
||||
<!--文字弹窗 按钮可以多个 点击事件使用UIClick-->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user