From ee2f68cd4916f85ca3a1f2eff211567a8856ed54 Mon Sep 17 00:00:00 2001 From: Grant Sanderson Date: Tue, 16 Nov 2021 17:38:30 -0800 Subject: [PATCH] Exchange gloss for reflectiveness --- manimlib/mobject/types/surface.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manimlib/mobject/types/surface.py b/manimlib/mobject/types/surface.py index 7ec4621c..e2c89b4d 100644 --- a/manimlib/mobject/types/surface.py +++ b/manimlib/mobject/types/surface.py @@ -20,7 +20,8 @@ class Surface(Mobject): "resolution": (101, 101), "color": GREY, "opacity": 1.0, - "gloss": 0.3, + "reflectiveness": 0.3, + "gloss": 0.1, "shadow": 0.4, "prefered_creation_axis": 1, # For du and dv steps. Much smaller and numerical error