manim 某个bug
sp(movearound(e1,[0,1.3,0],10),movearound(e2,[-1.126,-0.65,0],10),asu(agf(s),at(t1,t2),agf(e3),movearound(e3,[1.126,-0.65,0],4)))
movearound()函数的作用是让离子在周围随机运动。但是结果是agf(s)后,e3就add在画面上了。最后改变e3的opacity()解决问题
sp(movearound(e1,[0,1.3,0],10),movearound(e2,[-1.126,-0.65,0],10),asu(agf(s),at(t1,t2),agf(e3),movearound(e3,[1.126,-0.65,0],4)))
movearound()函数的作用是让离子在周围随机运动。但是结果是agf(s)后,e3就add在画面上了。最后改变e3的opacity()解决问题