mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 08:54:38 +08:00
True end of Music and Measure draft 1
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user