diff options
Diffstat (limited to 'Editor')
| -rw-r--r-- | Editor/tooner.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Editor/tooner.cs b/Editor/tooner.cs index 189cfd0..4ad7fa7 100644 --- a/Editor/tooner.cs +++ b/Editor/tooner.cs @@ -1300,6 +1300,11 @@ public class ToonerGUI : ShaderGUI { bc, "Direct multiplier"); + bc = FindProperty("_Vertex_Lighting_Factor"); + editor.RangeProperty( + bc, + "Vertex light multiplier"); + bc = FindProperty("_Indirect_Specular_Lighting_Factor"); editor.RangeProperty( bc, |
