Better interpolation, bezier subpaths, and color bugfix

This commit is contained in:
Grant Sanderson
2016-04-13 20:30:26 -07:00
parent c685211484
commit a9f620e250
7 changed files with 156 additions and 74 deletions

View File

@ -6,8 +6,9 @@ from random import random
from helpers import *
from mobject import Mobject
from point_cloud_mobject import PointCloudMobject
class ImageMobject(Mobject):
class ImageMobject(PointCloudMobject):
"""
Automatically filters out black pixels
"""