“d0a81ec0d2417eca4d8474448f2b0ac9624cd780”上不存在“sim_scenes/solar_system/hd_mercury_3d.py”
提交 46a2885b 编写于 作者: 三月三net's avatar 三月三net

Python超人-宇宙模拟器

上级 fbf22d4b
......@@ -32,7 +32,7 @@ if __name__ == '__main__':
{"position": [0, 0, -10000], "velocity": [0, 6.3, 0]},
]
for i, info in enumerate(satellite_infos):
satellite = Satellite(name=f'卫星{i + 1}', mass=4.4e10, size_scale=2e2, color=(255, 200, 0),
satellite = Satellite(name=f'卫星{i + 1}', mass=4.4e10, size_scale=1e2, color=(255, 200, 0),
init_position=info["position"],
init_velocity=info["velocity"])
info["satellite"] = satellite
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册