True end of Music and Measure draft 1

This commit is contained in:
Grant Sanderson
2015-10-01 17:20:17 -07:00
parent 42a8e166f0
commit 63f0bfef31
3 changed files with 170 additions and 42 deletions

View File

@ -98,10 +98,6 @@ class ImageMobject(Mobject):
points *= 2 * SPACE_WIDTH / width
self.add_points(points, rgbs = rgbs)
def should_buffer_points(self):
# potentially changed in subclasses
return False
class Face(ImageMobject):
DEFAULT_CONFIG = {
"mode" : "simple",