diff --git a/sim_scenes/fiction/transformed_mars_ani_3d.py b/sim_scenes/fiction/transformed_mars_ani_3d.py index 32c93b20168905089ce4dcac6b96e259da042a2b..cf0d01a40d196539bc31e4ba590b756bd9103c42 100644 --- a/sim_scenes/fiction/transformed_mars_ani_3d.py +++ b/sim_scenes/fiction/transformed_mars_ani_3d.py @@ -134,9 +134,9 @@ def transformed_mars_ani(transformed_texture=None, texture=None, camera3d=False, if append_space_station: space_station.dt_scale = 1 - application.time_scale = 0.01 + application.time_scale = 0.001 camera.clip_plane_near = 0.001 - # camera.clip_plane_far = 90000000 + camera.clip_plane_far = 20000 if append_space_station: def update(): @@ -231,6 +231,7 @@ def transformed_mars_ani(transformed_texture=None, texture=None, camera3d=False, show_control_info=False, cosmic_bg="", timer_enabled=True, + show_exit_button=False, # show_timer=True, view_closely=0.001) # 近距离观看 view_closely=True或0.001 else: