mirror of
https://github.com/3b1b/manim.git
synced 2025-07-30 05:24:22 +08:00
Displahying with thickness is finally fast
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user