提交 42363daa 编写于 作者: 三月三net's avatar 三月三net

Python超人-宇宙模拟器

上级 436fff1d
# -*- coding:utf-8 -*- # -*- coding:utf-8 -*-
# title :地月场景模拟 # title :地月场景模拟
# description :地月场景模拟(月球对地球的扰动) # description :地月场景模拟(月球始终一面朝向地球、月球对地球的扰动)
# author :Python超人 # author :Python超人
# date :2023-05-01 # date :2023-05-01
# link :https://gitcode.net/pythoncr/ # link :https://gitcode.net/pythoncr/
...@@ -14,6 +14,7 @@ from simulators.ursina.ursina_event import UrsinaEvent ...@@ -14,6 +14,7 @@ from simulators.ursina.ursina_event import UrsinaEvent
if __name__ == '__main__': if __name__ == '__main__':
""" """
月球始终一面朝向地球
月球对地球的扰动 月球对地球的扰动
""" """
OFFSETTING = 0 OFFSETTING = 0
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册