mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Change InteractiveScene dot config
This commit is contained in:
parent
97789fff35
commit
aa6c321a0a
1 changed files with 2 additions and 2 deletions
|
@ -68,8 +68,8 @@ class InteractiveScene(Scene):
|
|||
"""
|
||||
corner_dot_config = dict(
|
||||
color=WHITE,
|
||||
radius=0.05,
|
||||
glow_factor=1.0,
|
||||
radius=0.025,
|
||||
glow_factor=2.0,
|
||||
)
|
||||
selection_rectangle_stroke_color = WHITE
|
||||
selection_rectangle_stroke_width = 1.0
|
||||
|
|
Loading…
Add table
Reference in a new issue