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