Preliminarily done with Chapter 10 animations

This commit is contained in:
Grant Sanderson
2016-09-14 13:53:23 -07:00
parent 2de817010d
commit 2ec1db94d0
9 changed files with 1764 additions and 57 deletions

View File

@ -200,6 +200,7 @@ class VMobject(Mobject):
it comes time to display.
"""
subpath_mobject = self.copy()#TODO, better way?
# subpath_mobject = VMobject()
subpath_mobject.is_subpath = True
subpath_mobject.set_points(points)
self.add(subpath_mobject)