mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 02:35:22 +08:00
Up to the pont where phase space is introduced
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
from active_projects.ode.part1.pendulum import *
|
||||
from active_projects.ode.part1.staging import *
|
||||
from active_projects.ode.part1.pi_scenes import *
|
||||
from active_projects.ode.part1.wordy_scenes import *
|
||||
|
||||
OUTPUT_DIRECTORY = "ode/part1"
|
||||
ALL_SCENE_CLASSES = [
|
||||
@ -25,4 +26,7 @@ ALL_SCENE_CLASSES = [
|
||||
SubtleAirCurrents,
|
||||
DefineODE,
|
||||
ODEvsPDEinFrames,
|
||||
ProveTeacherWrong,
|
||||
SetAsideSeekingSolution,
|
||||
VisualizeStates,
|
||||
]
|
||||
|
Reference in New Issue
Block a user