“3ac5f7a4a3f5f3c6e536ac3b3c4fd1cd29bc5073”上不存在“sim_scenes/git@gitcode.net:pythoncr/universe_sim.git”
提交 68c85d59 编写于 作者: 三月三net's avatar 三月三net

Python超人-宇宙模拟器

上级 2716e9db
...@@ -15,7 +15,7 @@ if __name__ == '__main__': ...@@ -15,7 +15,7 @@ if __name__ == '__main__':
高清水星模拟运行 高清水星模拟运行
""" """
bodies = [ bodies = [
Mercury(texture="mercury_hd.tif", Mercury(texture="mercury_hd.jpg",
init_position=[0, 0, 0], init_velocity=[0, 0, 0], init_position=[0, 0, 0], init_velocity=[0, 0, 0],
size_scale=1, show_name=True) size_scale=1, show_name=True)
] ]
......
...@@ -17,7 +17,7 @@ if __name__ == '__main__': ...@@ -17,7 +17,7 @@ if __name__ == '__main__':
高清水星3D效果 高清水星3D效果
""" """
bodies = [ bodies = [
Mercury(texture="mercury_hd.tif", Mercury(texture="mercury_hd.jpg",
init_position=[0, 0, 0], init_velocity=[0, 0, 0], init_position=[0, 0, 0], init_velocity=[0, 0, 0],
size_scale=1, show_name=False) size_scale=1, show_name=False)
] ]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册