From 666d46bbadc679710ac207e3021b01f85f41961d Mon Sep 17 00:00:00 2001 From: march3 Date: Wed, 3 May 2023 14:20:03 +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/earth_moon.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/sim_scenes/earth/earth_moon.py b/sim_scenes/earth/earth_moon.py index 23bbc36..e5941f2 100644 --- a/sim_scenes/earth/earth_moon.py +++ b/sim_scenes/earth/earth_moon.py @@ -31,8 +31,6 @@ if __name__ == '__main__': def on_ready(): # 运行前触发 - # 运行开始前,将摄像机指向地球 - # 摄像机看向地球 camera_look_at(earth) -- GitLab