mirror of
https://github.com/3b1b/manim.git
synced 2025-08-21 05:44:04 +00:00
Refresh triangulation after general functions
This commit is contained in:
parent
f07bd23235
commit
dde085094f
1 changed files with 1 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue