“578f06745c466130c411fb9653f77587f3bb5351”上不存在“sim_lab/earth_moon.py”
提交 4339abea 编写于 作者: 三月三net's avatar 三月三net

Python超人-宇宙模拟器

上级 0f02f970
......@@ -17,7 +17,7 @@ if __name__ == '__main__':
bodies = [
Earth(texture="earth_hd.jpg",
init_position=[0, 0, 0], init_velocity=[0, 0, 0],
size_scale=1).set_resolution(100)
size_scale=1)
]
# 使用 ursina 查看的运行效果
# 常用快捷键: P:运行和暂停 O:重新开始 I:显示天体轨迹
......
......@@ -17,7 +17,7 @@ if __name__ == '__main__':
"""
earth = Earth(texture="earth_hd.jpg",
init_position=[0, 0, 0], init_velocity=[0, 0, 0],
size_scale=1).set_ignore_gravity()
size_scale=1).set_ignore_gravity() # 忽略引力
# 创建带有云层的地球
earth_with_clouds = Earth(texture="earth_hd.jpg",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册