-
Notifications
You must be signed in to change notification settings - Fork 112
Open
Description
When I follow your tutorial, the class MovingCharges(Scene) doesn't work. Maybe something has been changed in manim project. So the following three lines need to be changed
manim_tutorial/manim_tutorial_P37.py
Line 493 in 37efeb9
self.always_continually_update = True manim_tutorial/manim_tutorial_P37.py
Line 503 in 37efeb9
def continual_update(self, *args, **kwargs): manim_tutorial/manim_tutorial_P37.py
Line 505 in 37efeb9
dt = self.frame_duration
as
self.always_update_mobjects = Truedef update_mobjects(self, *args, **kwargs):dt = 1 / self.camera.frame_rategeodow06
Metadata
Metadata
Assignees
Labels
No labels