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

Python超人-宇宙模拟器

上级 9a070b2e
...@@ -14,8 +14,14 @@ if __name__ == '__main__': ...@@ -14,8 +14,14 @@ if __name__ == '__main__':
""" """
高清地球模拟运行 高清地球模拟运行
""" """
texture = "earth_miller_projection_SW.jpg"
texture = "earth_bam_equidistant_cylindrical.png"
texture = "earth_miller.png"
texture = "earth_hd.jpg"
bodies = [ bodies = [
Earth(texture="earth_hd.jpg", Earth(
texture=texture,
init_position=[0, 0, 0], init_velocity=[0, 0, 0], init_position=[0, 0, 0], init_velocity=[0, 0, 0],
size_scale=1) size_scale=1)
] ]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册