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

Python超人-宇宙模拟器

上级 6c0744a4
此差异已折叠。
......@@ -55,7 +55,7 @@ def create_space_station(mars_radius):
space_station = ScifiSpaceStation(name="空间站",
size_scale=0.5,
# init_position=[0.46 * mars_radius, 0, -3.55e4],
init_position=[0.46 * mars_radius, 300, -4.40e4],
init_position=[0.46 * mars_radius, 300, -5.1e4],
init_velocity=[0, 0, 0]) \
.set_ignore_gravity(True)
return space_station
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册