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

Python超人-宇宙模拟器

上级 723252d9
...@@ -37,7 +37,7 @@ class EarthOrbitStoppedSim(UniverseSimScenes): ...@@ -37,7 +37,7 @@ class EarthOrbitStoppedSim(UniverseSimScenes):
# self.sun = Sun(init_position=[0, 0, 0], color=(255, 255, 200), size_scale=1, texture="fixed_star.png") # self.sun = Sun(init_position=[0, 0, 0], color=(255, 255, 200), size_scale=1, texture="fixed_star.png")
self.earth = Earth(init_position=[0, 0, -AU], texture="earth_hd.jpg", self.earth = Earth(init_position=[0, 0, -AU], texture="earth_hd.jpg",
init_velocity=[0, self.EARTH_INIT_VELOCITY, 0], init_velocity=[0, self.EARTH_INIT_VELOCITY, 0],
rotation_speed=0.15, # rotation_speed=0.15,
size_scale=1).set_light_disable(True) size_scale=1).set_light_disable(True)
# 水星轨道半径 # 水星轨道半径
self.mercury_radius = 0.384 * AU self.mercury_radius = 0.384 * AU
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册