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