From 3d042f44f4c4170a06c1d043996a5902255e05cd Mon Sep 17 00:00:00 2001 From: march3 Date: Sun, 12 Nov 2023 18:59:23 +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/solar_system/halley_comet_sim.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sim_scenes/solar_system/halley_comet_sim.py b/sim_scenes/solar_system/halley_comet_sim.py index e3c5e31..b8f67d3 100644 --- a/sim_scenes/solar_system/halley_comet_sim.py +++ b/sim_scenes/solar_system/halley_comet_sim.py @@ -217,8 +217,8 @@ class HalleyCometSim(HalleyCometSimBase): (2013, {}), (2048, {"f": 3}), (2062, {"y": -3}), - (2063, {"y": -4, "z": 2}), - (2072, {}), + (2063, {"y": -10, "z": 2}), + (20172, {}), ] camera_move_control(camera_move_infos, -- GitLab