mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 08:54:38 +08:00
Better alignment of sub_mbojects
This commit is contained in:
@ -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
|
||||
"""
|
||||
|
Reference in New Issue
Block a user