diff --git a/sim_lab/earth_moon.py b/sim_lab/earth_moon.py index de50f6e25630f310a2bcc093cdcf9615b9bf5bc8..1ccbb6df3ee989a4e2ec4d44b7170def407546fa 100644 --- a/sim_lab/earth_moon.py +++ b/sim_lab/earth_moon.py @@ -53,7 +53,7 @@ if __name__ == '__main__': sun.look_at(moon.planet.position) sun.rotation_x = 0 Entity.sun = sun - sun._light.show_frustum() + # sun._light.show_frustum() # 创建太阳光 shadows_shader = create_directional_light(position=(200, 0, -300), target=earth, shadows=True) earth.planet.shadows = shadows_shader