mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 14:37:47 +00:00
Remove (no longer used) n_points_per_curve
This commit is contained in:
parent
333db992ed
commit
61437b2a7f
1 changed files with 0 additions and 1 deletions
|
|
@ -51,7 +51,6 @@ DEFAULT_FILL_COLOR = GREY_C
|
|||
DISJOINT_CONST = 404
|
||||
|
||||
class VMobject(Mobject):
|
||||
n_points_per_curve: int = 3
|
||||
stroke_shader_folder: str = "quadratic_bezier_stroke"
|
||||
fill_shader_folder: str = "quadratic_bezier_fill"
|
||||
fill_dtype: Sequence[Tuple[str, type, Tuple[int]]] = [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue