Skip to content

The class MovingCharges(Scene) doesn't work #4

@GeoKylin

Description

@GeoKylin

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

  1. self.always_continually_update = True
  2. def continual_update(self, *args, **kwargs):
  3. dt = self.frame_duration

as

self.always_update_mobjects = True
def update_mobjects(self, *args, **kwargs):
dt = 1 / self.camera.frame_rate

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions