mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 12:07:45 +00:00
changes default Line3D resolution
This commit is contained in:
parent
bb66a7c977
commit
4fdd655564
1 changed files with 1 additions and 0 deletions
|
|
@ -112,6 +112,7 @@ class Cylinder(ArglessSurface):
|
|||
class Line3D(Cylinder):
|
||||
CONFIG = {
|
||||
"width": 0.05,
|
||||
"resolution": (21, 25)
|
||||
}
|
||||
|
||||
def __init__(self, start, end, **kwargs):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue