mirror of
https://github.com/3b1b/manim.git
synced 2025-07-31 05:52:34 +08:00
Interpolation for vectorized mobjects implemented
This commit is contained in:
@ -8,7 +8,7 @@ from helpers import *
|
||||
|
||||
class Stars(Mobject):
|
||||
CONFIG = {
|
||||
"point_thickness" : 1,
|
||||
"stroke_width" : 1,
|
||||
"radius" : SPACE_WIDTH,
|
||||
"num_points" : 1000,
|
||||
}
|
||||
|
Reference in New Issue
Block a user