Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
GeoKylin opened this issue Dec 26, 2019 · 0 comments
Open

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

GeoKylin opened this issue Dec 26, 2019 · 0 comments

Comments

@GeoKylin
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant