mirror of
https://github.com/3b1b/manim.git
synced 2025-07-30 21:44:19 +08:00
Go back to non-flat-stroke as the default
This commit is contained in:
@ -38,7 +38,6 @@ class SurfaceMesh(VGroup):
|
||||
normal_nudge: float = 1e-2,
|
||||
depth_test: bool = True,
|
||||
joint_type: str = 'no_joint',
|
||||
flat_stroke: bool = False,
|
||||
**kwargs
|
||||
):
|
||||
self.uv_surface = uv_surface
|
||||
@ -50,7 +49,6 @@ class SurfaceMesh(VGroup):
|
||||
stroke_width=stroke_width,
|
||||
depth_test=depth_test,
|
||||
joint_type=joint_type,
|
||||
flat_stroke=flat_stroke,
|
||||
**kwargs
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user