mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 14:27:46 +00:00
Remove Mobject.get_highlight
This commit is contained in:
parent
c1716895c0
commit
2dd2fb500e
1 changed files with 0 additions and 9 deletions
|
|
@ -476,15 +476,6 @@ class Mobject(object):
|
|||
grid.set_height(height)
|
||||
return grid
|
||||
|
||||
def get_highlight(self):
|
||||
from manimlib.mobject.types.dot_cloud import GlowDot
|
||||
highlight = Group(*(
|
||||
GlowDot(self.get_corner(v), color=WHITE)
|
||||
for v in [UR, UL, DL, DR]
|
||||
))
|
||||
highlight.add_updater(lambda m: m.move_to(self))
|
||||
return highlight
|
||||
|
||||
# Copying
|
||||
|
||||
def copy(self):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue