mirror of
https://github.com/3b1b/manim.git
synced 2025-07-30 13:34:19 +08:00
Much pythagoras, plus better point thickness and display implementations
This commit is contained in:
@ -48,8 +48,8 @@ class Transform(Animation):
|
||||
|
||||
Animation.__init__(self, mobject, **kwargs)
|
||||
self.name += "To" + str(ending_mobject)
|
||||
self.mobject.should_buffer_points = \
|
||||
mobject.should_buffer_points and ending_mobject.should_buffer_points
|
||||
self.mobject.point_thickness = ending_mobject.point_thickness
|
||||
|
||||
|
||||
def black_out_extra_points(self, count1, count2):
|
||||
#Ensure redundant pixels fade to black
|
||||
|
Reference in New Issue
Block a user