提交 8c4abb8a 编写于 作者: 三月三net's avatar 三月三net

Python超人-宇宙模拟器

上级 fa5e5a33
...@@ -23,7 +23,7 @@ if __name__ == '__main__': ...@@ -23,7 +23,7 @@ if __name__ == '__main__':
# 木星在中心位置 # 木星在中心位置
jupiter = Jupiter(init_position=[0, 0, 0], init_velocity=[0, 0, 0], jupiter = Jupiter(init_position=[0, 0, 0], init_velocity=[0, 0, 0],
# rotation_speed=0, # rotation_speed=0,
size_scale=1) size_scale=1, texture="jupiter_hd.jpg")
bodies = [jupiter] bodies = [jupiter]
rocks = [] rocks = []
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册