From a8146b83821fab051e4aca31fa41ec231b768e41 Mon Sep 17 00:00:00 2001 From: march3 Date: Mon, 9 Oct 2023 16:17:30 +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/func.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sim_scenes/func.py b/sim_scenes/func.py index a226db7..e280c98 100644 --- a/sim_scenes/func.py +++ b/sim_scenes/func.py @@ -671,6 +671,9 @@ def create_sphere_sky(texture="bg_pan.jpg", scale=8000): sky = SphereSky(texture=sky_texture) sky.scale = scale return sky + else: + print(f'`textures`目录下没有找到图片`{texture}`,请访问如下链接下载,下载后,将图片放在`textures`目录下') + print("高清下载地址:https://www.aliyundrive.com/s/zC4VbN9Mas7/folder/64f52f25ef4f4b0b34c6477e9ca73ddd35a27800") if __name__ == '__main__': -- GitLab