From 4f46479f0c3780e1dcbb2a6cb7c945902b1d873d Mon Sep 17 00:00:00 2001 From: march3 Date: Wed, 3 May 2023 11:27:01 +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/hd_earth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sim_scenes/earth/hd_earth.py b/sim_scenes/earth/hd_earth.py index a2d8af5..44a2dbf 100644 --- a/sim_scenes/earth/hd_earth.py +++ b/sim_scenes/earth/hd_earth.py @@ -17,7 +17,7 @@ if __name__ == '__main__': bodies = [ Earth(texture="earth_hd.jpg", init_position=[0, 0, 0], init_velocity=[0, 0, 0], - size_scale=1, show_name=True) + size_scale=1).set_resolution(100) ] # 使用 ursina 查看的运行效果 # 常用快捷键: P:运行和暂停 O:重新开始 I:显示天体轨迹 -- GitLab