From 53ccb51a1ede6c2a2a8c7bdc67282a152777eb3e Mon Sep 17 00:00:00 2001 From: march3 Date: Mon, 27 Nov 2023 12:11:29 +0800 Subject: [PATCH] =?UTF-8?q?Python=E8=B6=85=E4=BA=BA-=E5=AE=87=E5=AE=99?= =?UTF-8?q?=E6=A8=A1=E6=8B=9F=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sim_scenes/fiction/earth_orbit_stopped.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sim_scenes/fiction/earth_orbit_stopped.py b/sim_scenes/fiction/earth_orbit_stopped.py index 61d9b5e..c6c2464 100644 --- a/sim_scenes/fiction/earth_orbit_stopped.py +++ b/sim_scenes/fiction/earth_orbit_stopped.py @@ -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.earth = Earth(init_position=[0, 0, -AU], texture="earth_hd.jpg", init_velocity=[0, self.EARTH_INIT_VELOCITY, 0], - rotation_speed=0.15, + # rotation_speed=0.15, size_scale=1).set_light_disable(True) # 水星轨道半径 self.mercury_radius = 0.384 * AU -- GitLab