mirror of
https://github.com/3b1b/manim.git
synced 2025-09-19 04:41:56 +00:00
Default approximate smoothing (non-approx has a bug in 3d)
This commit is contained in:
parent
4223bb6320
commit
4ff61ed561
1 changed files with 1 additions and 1 deletions
|
@ -697,7 +697,7 @@ class VMobject(Mobject):
|
|||
self.add_subpath(new_subpath)
|
||||
return self
|
||||
|
||||
def make_smooth(self, approx=False, recurse=True) -> Self:
|
||||
def make_smooth(self, approx=True, recurse=True) -> Self:
|
||||
"""
|
||||
Edits the path so as to pass smoothly through all
|
||||
the current anchor points.
|
||||
|
|
Loading…
Add table
Reference in a new issue