mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Merge branch 'dither_name_change'
This commit is contained in:
commit
3a2f44fa25
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,10 @@ from mobject.vectorized_mobject import *
|
|||
## To watch one of these scenes, run the following:
|
||||
## python extract_scene.py -p file_name <SceneName>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
class SquareToCircle(Scene):
|
||||
def construct(self):
|
||||
circle = Circle()
|
||||
|
|
Loading…
Add table
Reference in a new issue