mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 17:29:06 +08:00
About halfway through eoc1 remake
This commit is contained in:
@ -201,6 +201,7 @@ class VMobject(Mobject):
|
||||
it comes time to display.
|
||||
"""
|
||||
subpath_mobject = self.copy() ##Really helps to be of the same class
|
||||
subpath_mobject.submobjects = []
|
||||
subpath_mobject.is_subpath = True
|
||||
subpath_mobject.set_points(points)
|
||||
self.add(subpath_mobject)
|
||||
|
Reference in New Issue
Block a user