mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 19:46:21 +08:00
sort_submobject -> sort and shuffle_submobjects -> shuffle
This commit is contained in:
@ -1880,7 +1880,7 @@ class EulersFormulaForGeneralPlanarGraph(LightUpNodes, ThreeDScene):
|
||||
|
||||
self.play(FadeOut(self.vertices))
|
||||
self.play(ReplacementTransform(regions, cube, run_time = 2))
|
||||
cube.sort_submobjects(lambda p : -p[2])
|
||||
cube.sort(lambda p : -p[2])
|
||||
self.add(ContinualRotation(cube, axis = UP, in_place = False))
|
||||
self.wait(3)
|
||||
self.play(
|
||||
|
Reference in New Issue
Block a user