mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 08:54:38 +08:00
14 lines
313 B
Python
14 lines
313 B
Python
from active_projects.ode.part3.staging import *
|
|
from active_projects.ode.part3.temperature_graphs import *
|
|
|
|
|
|
OUTPUT_DIRECTORY = "ode/part3"
|
|
SCENES_IN_ORDER = [
|
|
FourierSeriesIllustraiton,
|
|
FourierNameIntro,
|
|
CircleAnimationOfF,
|
|
LastChapterWrapper,
|
|
ThreeMainObservations,
|
|
SimpleSinExpGraph,
|
|
]
|