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

47 lines
1.9 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_task4",
"snapshot": "ovito",
"instruction": "在 OVITO 中,通过视口菜单将当前视口的投影方式切换为 Ortho正交投影。",
"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. 单击该文本标题标签,弹出视口设置下拉菜单\n7. 在弹出的下拉菜单中,将鼠标光标悬停在 \"View Type\" 菜单项上,以展开其右侧的二级子菜单\n8. 在展开的 \"View Type\" 二级子菜单中,向下移动鼠标并单击选中 \"Ortho\" 选项",
"steps_original": "1. 在 OVITO 中,加载 \"sample.dump\" 文件\n2. 点击视口左上角的文本标题打开视口菜单\n3. 在下拉菜单中,将鼠标悬停在 \"View Type\" 上展开子菜单\n4. 在子菜单中点击选择 \"Ortho\"\n5. 确认视口中模型的透视近大远小变形消失,呈现正交投影效果"
}
}