提交 5d43fbe6 编写于 作者: 三月三net's avatar 三月三net

Python超人-宇宙模拟器

上级 824056d7
......@@ -29,6 +29,8 @@ if __name__ == '__main__':
size_scale=5e1) # 金星放大 50 倍,距离保持不变
]
# 让太阳的旋转速度放慢10倍
sun.rotation_speed /= 10
def on_ready():
from ursina import camera
......@@ -41,10 +43,6 @@ if __name__ == '__main__':
camera.clip_plane_near = 0.1
camera.clip_plane_far = 1000000
# 让太阳的旋转速度放慢10倍
sun.rotation_speed /= 10
def on_timer_changed(time_data: TimeData):
# 时时刻刻的让地球看向太阳(摄像机跟随地球看向太阳)
earth.planet.look_at(sun.planet)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册