mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Merge pull request #1566 from pdcxs/patch-2
Add frame to the scene when initialization
This commit is contained in:
commit
27344249de
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class Scene(object):
|
|||
|
||||
self.camera = self.camera_class(**self.camera_config)
|
||||
self.file_writer = SceneFileWriter(self, **self.file_writer_config)
|
||||
self.mobjects = []
|
||||
self.mobjects = [self.camera.frame]
|
||||
self.num_plays = 0
|
||||
self.time = 0
|
||||
self.skip_time = 0
|
||||
|
|
Loading…
Add table
Reference in a new issue