mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 17:29:06 +08:00
VisualizeStates Scene
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.phase_space import *
|
||||
from active_projects.ode.part1.wordy_scenes import *
|
||||
|
||||
OUTPUT_DIRECTORY = "ode/part1"
|
||||
@ -28,5 +29,6 @@ ALL_SCENE_CLASSES = [
|
||||
ODEvsPDEinFrames,
|
||||
ProveTeacherWrong,
|
||||
SetAsideSeekingSolution,
|
||||
ReferencePiCollisionStateSpaces,
|
||||
VisualizeStates,
|
||||
]
|
||||
|
Reference in New Issue
Block a user