summaryrefslogtreecommitdiffstats
path: root/Editor
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-01-22 21:05:22 -0800
committeryum <yum.food.vr@gmail.com>2025-01-22 21:07:08 -0800
commitf9eb05f74fd3697f93d3abbdad9e77638eb43651 (patch)
tree73e8028080915c79b36638b346efdbadfa4be438 /Editor
parent690f824533db02ecf9ac7e2a5672c0c84c5d1c1d (diff)
Add LTCGI strength slider
Diffstat (limited to 'Editor')
-rw-r--r--Editor/tooner.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Editor/tooner.cs b/Editor/tooner.cs
index 0c06a28..da8aacc 100644
--- a/Editor/tooner.cs
+++ b/Editor/tooner.cs
@@ -3479,6 +3479,10 @@ public class ToonerGUI : ShaderGUI {
bc = FindProperty("_LTCGI_DiffuseColor");
ColorProperty(bc, "Diffuse color (RGB)");
+
+ bc = FindProperty("_LTCGI_Strength");
+ FloatProperty(bc, "LTCGI strength");
+
EditorGUI.indentLevel -= 1;
}