From 86140138985782b85c8dbfd596c51765b5aecdcd Mon Sep 17 00:00:00 2001 From: march3 Date: Fri, 1 Sep 2023 09:55:04 +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/solar_system/solar_system_reality.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sim_scenes/solar_system/solar_system_reality.py b/sim_scenes/solar_system/solar_system_reality.py index 012a6c6..21ea54f 100644 --- a/sim_scenes/solar_system/solar_system_reality.py +++ b/sim_scenes/solar_system/solar_system_reality.py @@ -226,7 +226,7 @@ if __name__ == '__main__': sim = SolarSystemRealitySim() sim.run( # debug_mode=True, # 是否调试模式 - start_time='2050-01-01 12:00:00', # 指定运行的开始时间,不指定为当前时间 + # start_time='2050-01-01 12:00:00', # 指定运行的开始时间,不指定为当前时间 # show_asteroids=True, # 是否显示小行星带(图片模拟) # show_earth_clouds=True, # 地球是否显示云层(图片效果,不是真实的云层) # recalc_moon_pos=False, # 为了更好的展示效果,需要对月球的位置重新计算(使得地月距离放大,月球相对地球方向不变) -- GitLab