Skip to content

Commit

Permalink
chnaged phi to 180
Browse files Browse the repository at this point in the history
  • Loading branch information
martawleklinska committed Jun 24, 2024
1 parent e0c0fed commit ae4bb99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zkmarek/video/slides/short1/short.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def animate_in(self, scene):
).next_to(dot, RIGHT)
scene.add(dot, label)
scene.stop_ambient_camera_rotation()
scene.move_camera(phi=-90 * DEGREES, theta=45 * DEGREES, run_time=2)
scene.move_camera(phi=-180 * DEGREES, theta=20 * DEGREES, run_time=2)

scene.play(
FadeIn(self.equatorial_plane),
Expand Down

0 comments on commit ae4bb99

Please sign in to comment.