changes default Line3D resolution

This commit is contained in:
Grant Sanderson 2020-06-18 16:25:48 -07:00
parent bb66a7c977
commit 4fdd655564

View file

@ -112,6 +112,7 @@ class Cylinder(ArglessSurface):
class Line3D(Cylinder):
CONFIG = {
"width": 0.05,
"resolution": (21, 25)
}
def __init__(self, start, end, **kwargs):