mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 19:46:21 +08:00
Refresh triangulation after general functions
This commit is contained in:
@ -565,6 +565,7 @@ class VMobject(Mobject):
|
||||
Mobject.apply_function(self, function)
|
||||
if self.make_smooth_after_applying_functions:
|
||||
self.make_smooth()
|
||||
self.refresh_triangulation()
|
||||
return self
|
||||
|
||||
def flip(self, *args, **kwargs):
|
||||
|
Reference in New Issue
Block a user