From 7619350a8de97cdaab4b5e7a781c91c020b149fd Mon Sep 17 00:00:00 2001 From: march3 Date: Tue, 28 Nov 2023 13:07:41 +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/featured/earth_3d.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sim_scenes/featured/earth_3d.py b/sim_scenes/featured/earth_3d.py index 396793c..e168344 100644 --- a/sim_scenes/featured/earth_3d.py +++ b/sim_scenes/featured/earth_3d.py @@ -72,7 +72,7 @@ if __name__ == '__main__': ursina_run(bodies, SECONDS_PER_HOUR / 5, # SECONDS_PER_HOUR, - position=(1.45 * earth.radius, 0, -30000), + position=(1.90 * earth.radius, 0, -40000), cosmic_bg="", # 无背景(黑色) show_grid=False, # 不显示网格 show_camera_info=False, # 不显示摄像机信息 -- GitLab