Interpolation for vectorized mobjects implemented

This commit is contained in:
Grant Sanderson
2016-04-10 12:34:28 -07:00
parent 330b8870ba
commit 26c5aa8e67
12 changed files with 210 additions and 159 deletions

View File

@ -8,7 +8,7 @@ from helpers import *
class Stars(Mobject):
CONFIG = {
"point_thickness" : 1,
"stroke_width" : 1,
"radius" : SPACE_WIDTH,
"num_points" : 1000,
}