From ace0ebc2b459ddccbdb7b716a5b767e76c956ca0 Mon Sep 17 00:00:00 2001 From: march3 Date: Sun, 5 Mar 2023 20:24:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=AA=E9=98=B3=E7=B3=BB=E4=B8=89=E4=BD=93?= =?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 --- scenes/demo.py | 4 +--- scenes/earth_moon.py | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/scenes/demo.py b/scenes/demo.py index 61a4481..be2e332 100644 --- a/scenes/demo.py +++ b/scenes/demo.py @@ -46,6 +46,4 @@ if __name__ == '__main__': # mpl_run(bodies, SECONDS_PER_WEEK) # 使用 ursina 查看的运行效果 - light = False - cosmic_bg = '../textures/cosmic1.png' - ursina_run(bodies, SECONDS_PER_WEEK, position=(0, 0, 0), light=light, cosmic_bg=cosmic_bg) + ursina_run(bodies, SECONDS_PER_WEEK, position=(0, 0, 0)) diff --git a/scenes/earth_moon.py b/scenes/earth_moon.py index 03ba3d0..d9f63cb 100644 --- a/scenes/earth_moon.py +++ b/scenes/earth_moon.py @@ -26,6 +26,4 @@ if __name__ == '__main__': mayavi_run(bodies, SECONDS_PER_HALF_DAY / 2, view_azimuth=-45) # 使用 ursina 查看的运行效果 - # light = False - # cosmic_bg = '../textures/cosmic1.png' - # ursina_run(bodies, SECONDS_PER_DAY, position=(0, 0, 0), light=light, cosmic_bg=cosmic_bg) \ No newline at end of file + # ursina_run(bodies, SECONDS_PER_DAY, position=(0, 0, 0)) \ No newline at end of file -- GitLab