Skip to content

Commit

Permalink
changed phi
Browse files Browse the repository at this point in the history
  • Loading branch information
martawleklinska committed Jun 24, 2024
1 parent 08a1168 commit e0c0fed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Binary file modified data/sound/short1/slide2-1.mp3
Binary file not shown.
5 changes: 2 additions & 3 deletions zkmarek/video/slides/short1/short.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ def animate_in(self, scene):
font_size=20,
).next_to(dot, RIGHT)
scene.add(dot, label)

scene.move_camera(phi=-20 * DEGREES, theta=45 * DEGREES, run_time=2)
scene.stop_ambient_camera_rotation()
scene.move_camera(phi=-90 * DEGREES, theta=45 * DEGREES, run_time=2)

scene.play(
FadeIn(self.equatorial_plane),
Expand All @@ -175,7 +175,6 @@ def animate_in(self, scene):
FadeIn(self.equator_label),
)
scene.wait(3)
scene.stop_ambient_camera_rotation()

def animate_wrapping(self, scene):
animations = []
Expand Down

0 comments on commit e0c0fed

Please sign in to comment.