Remove (no longer used) n_points_per_curve

This commit is contained in:
Grant Sanderson 2023-01-11 19:53:00 -08:00
parent 333db992ed
commit 61437b2a7f

View file

@ -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]]] = [