From d4d6c1ee20b2c0ee09ee16e01572936f46d9be23 Mon Sep 17 00:00:00 2001 From: Grant Sanderson Date: Mon, 5 Mar 2018 19:37:03 -0800 Subject: [PATCH] Changed thumbnail lighthouse brightness --- active_projects/basel2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/active_projects/basel2.py b/active_projects/basel2.py index 8d8c804b..dd3049a9 100644 --- a/active_projects/basel2.py +++ b/active_projects/basel2.py @@ -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):