From 828c78b524176fe8e5ede18dcad98c134b46888c Mon Sep 17 00:00:00 2001 From: march3 Date: Thu, 29 Jun 2023 20:05:47 +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/science/sun_earth_moon.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sim_scenes/science/sun_earth_moon.py b/sim_scenes/science/sun_earth_moon.py index 80db7e9..a1604ec 100644 --- a/sim_scenes/science/sun_earth_moon.py +++ b/sim_scenes/science/sun_earth_moon.py @@ -66,6 +66,11 @@ if __name__ == '__main__': # 设置运行速度(加速10倍) UrsinaConfig.run_speed_factor = 10 + # 以下配置可以快速查看4年的轨迹 + # UrsinaConfig.trail_length = 2800 + # # 设置运行速度(加速50倍) + # UrsinaConfig.run_speed_factor = 50 + # 1个月有29.5天 days_per_month = 29.5 # 1天多少角度 -- GitLab