From 1e511510b6dd724d7cd8df2dbed7f43081c03d65 Mon Sep 17 00:00:00 2001 From: march3 Date: Wed, 3 May 2023 17:53:43 +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_moon6.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sim_scenes/earth/earth_moon6.py b/sim_scenes/earth/earth_moon6.py index 9fd60b1..e16f517 100644 --- a/sim_scenes/earth/earth_moon6.py +++ b/sim_scenes/earth/earth_moon6.py @@ -18,7 +18,7 @@ if __name__ == '__main__': """ # 地球在中心位置 earth = Earth(init_position=[0, 0, 0], init_velocity=[0, 0, 0], - rotation_speed=0, texture="earth_hd.jpg") + texture="earth_hd.jpg") D = earth.diameter * 1.2 init_vel = 5.116 # 在地球周围创建 6 个月球(初速度为0) -- GitLab