Files
sci-gui-agent-benchmark/evaluation_examples/examples/ovito/viewports_task6.json

47 lines
2.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"id": "viewports_task6",
"snapshot": "ovito",
"instruction": "在 OVITO 中,通过视口菜单取消 Constrain Rotation约束旋转以允许相机自由翻转。",
"source": "custom",
"config": [
{
"type": "launch",
"parameters": {
"command": [
"C:\\OVITO Basic\\ovito.exe"
]
}
},
{
"type": "sleep",
"parameters": {
"seconds": 5
}
}
],
"trajectory": "trajectories/",
"related_apps": [
"ovito"
],
"evaluator": {
"postconfig": [
{
"type": "sleep",
"parameters": {
"seconds": 3
}
}
],
"func": "vllm_eval"
},
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low",
"metadata": {
"input_files": [
"sample.dump"
],
"steps": "1. 在主界面顶部菜单栏中,单击 \"File\" 菜单。\n2. 在弹出的下拉菜单中,单击 \"Load File...\" 选项。\n3. 在弹出的文件选择对话框中,找到并单击选中 \"sample.dump\" 文件。\n4. 单击对话框右下角的 \"Open\"(或打开)按钮完成加载。\n5. 将鼠标光标移动到 3D 视口左上角,单击当前的视口标题文本标签(例如 \"Perspective\")。\n6. 在弹出的视口下拉菜单中,查看 \"Constrain Rotation\" 选项的状态。\n7. 如果 \"Constrain Rotation\" 选项左侧带有勾号 (✓),单击该选项以取消勾选。\n8. 将鼠标光标移动到视口中间的 3D 模型显示区域。\n9. 按住鼠标左键不放。\n10. 向任意方向拖动鼠标进行旋转,观察左下角的坐标轴,确认 Z 轴不再强制保持竖直,相机可以自由翻转。\n11. 确认效果后,松开鼠标左键。",
"steps_original": "1. 在 OVITO 中,加载 \"sample.dump\" 文件\n2. 点击视口左上角的文本标题打开视口菜单\n3. 检查 \"Constrain Rotation\" 选项,如果前面有勾号,则点击它以取消勾选\n4. 在视口中按住鼠标左键并随意拖动,确认 Z 轴坐标不再强制保持竖直向上,相机可以自由绕各个轴旋转"
}
}