mirror of
https://github.com/3b1b/manim.git
synced 2025-07-31 22:13:30 +08:00
Remove unused parameter
This commit is contained in:
@ -54,7 +54,6 @@ class VMobject(Mobject):
|
|||||||
"joint_type": "auto",
|
"joint_type": "auto",
|
||||||
"flat_stroke": False,
|
"flat_stroke": False,
|
||||||
"render_primitive": moderngl.TRIANGLES,
|
"render_primitive": moderngl.TRIANGLES,
|
||||||
"triangulation_locked": False,
|
|
||||||
"fill_dtype": [
|
"fill_dtype": [
|
||||||
('point', np.float32, (3,)),
|
('point', np.float32, (3,)),
|
||||||
('unit_normal', np.float32, (3,)),
|
('unit_normal', np.float32, (3,)),
|
||||||
|
Reference in New Issue
Block a user