Better alignment of sub_mbojects

This commit is contained in:
Grant Sanderson
2016-04-14 19:30:47 -07:00
parent a9f620e250
commit bd3783586a
8 changed files with 92 additions and 64 deletions

View File

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