mirror of
https://github.com/3b1b/manim.git
synced 2025-07-31 22:13:30 +08:00
Refactored ShowCreation submobject management to Mobject class
This commit is contained in:
@ -129,7 +129,7 @@ class PMobject(Mobject):
|
||||
mobject1.rgbs, mobject2.rgbs, alpha
|
||||
)
|
||||
|
||||
def become_partial(self, mobject, a, b):
|
||||
def pointwise_become_partial(self, mobject, a, b):
|
||||
lower_index, upper_index = [
|
||||
int(x * mobject.get_num_points())
|
||||
for x in a, b
|
||||
|
Reference in New Issue
Block a user