mirror of
https://github.com/3b1b/manim.git
synced 2025-08-21 05:44:04 +00:00
Changed thumbnail lighthouse brightness
This commit is contained in:
parent
d0b32a9eb9
commit
d4d6c1ee20
1 changed files with 1 additions and 1 deletions
|
@ -4593,7 +4593,7 @@ class Thumbnail(Scene):
|
|||
"num_levels" : 250,
|
||||
"radius" : 10.0,
|
||||
"max_opacity_ambient" : 1.0,
|
||||
"opacity_function" : inverse_quadratic(1,0.5,1)
|
||||
"opacity_function" : inverse_quadratic(1,0.25,1)
|
||||
}
|
||||
}
|
||||
def construct(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue