diff --git a/sim_scenes/earth/hd_earth.py b/sim_scenes/earth/hd_earth.py index a2d8af52492041882cee1dccf3b0d90545ef4292..44a2dbff4e7213c4b9dff1280e2d6c0d2dae3064 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:显示天体轨迹