提交 7a69f24f 编写于 作者: 三月三net's avatar 三月三net

Python超人-宇宙模拟器

上级 38029311
......@@ -55,6 +55,7 @@ if __name__ == '__main__':
# 使用 ursina 查看的运行效果
# 常用快捷键: P:运行和暂停 O:重新开始 I:显示天体轨迹
# M:摄像机移动加速 N:摄像机移动减速
# position = (左-右+、上+下-、前+后-)
ursina_run(bodies, SECONDS_PER_WEEK,
position=(0, AU, -AU / 500),
......
......@@ -55,6 +55,7 @@ if __name__ == '__main__':
# 使用 ursina 查看的运行效果
# 常用快捷键: P:运行和暂停 O:重新开始 I:显示天体轨迹
# M:摄像机移动加速 N:摄像机移动减速
# position = (左-右+、上+下-、前+后-)
ursina_run(bodies, SECONDS_PER_WEEK,
position=(0, 100000, -AU / 500),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册