About halfway through eoc1 remake

This commit is contained in:
Grant Sanderson
2017-04-04 16:57:53 -07:00
parent 8b12ec879e
commit 0e09120092
5 changed files with 985 additions and 33 deletions

View File

@ -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)