mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 02:35:22 +08:00
Halfway through eop/independence project
This commit is contained in:
@ -201,7 +201,6 @@ class PiCreature(SVGMobject):
|
||||
body.copy().pointwise_become_partial(body, *alpha_range)
|
||||
for alpha_range in self.right_arm_range, self.left_arm_range
|
||||
])
|
||||
|
||||
|
||||
def get_all_pi_creature_modes():
|
||||
result = []
|
||||
@ -588,7 +587,7 @@ class PiCreatureScene(Scene):
|
||||
|
||||
class TeacherStudentsScene(PiCreatureScene):
|
||||
CONFIG = {
|
||||
"student_colors" : [BLUE_D, BLUE_C, BLUE_E],
|
||||
"student_colors" : [BLUE_D, BLUE_E, BLUE_C],
|
||||
"student_scale_factor" : 0.8,
|
||||
"seconds_to_blink" : 2,
|
||||
}
|
||||
|
Reference in New Issue
Block a user