Displahying with thickness is finally fast

This commit is contained in:
Grant Sanderson
2015-10-10 10:34:21 -07:00
parent e2fc29851e
commit c0994ed0a5
3 changed files with 12 additions and 17 deletions

View File

@ -21,7 +21,7 @@ class Mobject(object):
#Number of numbers used to describe a point (3 for pos, 3 for normal vector)
DEFAULT_CONFIG = {
"color" : "white",
"point_thickness" : 2,
"point_thickness" : 4,
"name" : None,
}
DIM = 3