mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Exchange gloss for reflectiveness
This commit is contained in:
parent
2cce4ccdd7
commit
ee2f68cd49
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ class Surface(Mobject):
|
||||||
"resolution": (101, 101),
|
"resolution": (101, 101),
|
||||||
"color": GREY,
|
"color": GREY,
|
||||||
"opacity": 1.0,
|
"opacity": 1.0,
|
||||||
"gloss": 0.3,
|
"reflectiveness": 0.3,
|
||||||
|
"gloss": 0.1,
|
||||||
"shadow": 0.4,
|
"shadow": 0.4,
|
||||||
"prefered_creation_axis": 1,
|
"prefered_creation_axis": 1,
|
||||||
# For du and dv steps. Much smaller and numerical error
|
# For du and dv steps. Much smaller and numerical error
|
||||||
|
|
Loading…
Add table
Reference in a new issue