From 42363daa791a231d320e5731a868f1b6d547f579 Mon Sep 17 00:00:00 2001 From: march3 Date: Wed, 3 May 2023 15:10: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/earth/earth_moon.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sim_scenes/earth/earth_moon.py b/sim_scenes/earth/earth_moon.py index 08da392..07ed9a5 100644 --- a/sim_scenes/earth/earth_moon.py +++ b/sim_scenes/earth/earth_moon.py @@ -1,6 +1,6 @@ # -*- coding:utf-8 -*- # title :地月场景模拟 -# description :地月场景模拟(月球对地球的扰动) +# description :地月场景模拟(月球始终一面朝向地球、月球对地球的扰动) # author :Python超人 # date :2023-05-01 # link :https://gitcode.net/pythoncr/ @@ -14,6 +14,7 @@ from simulators.ursina.ursina_event import UrsinaEvent if __name__ == '__main__': """ + 月球始终一面朝向地球 月球对地球的扰动 """ OFFSETTING = 0 -- GitLab