From f9eb05f74fd3697f93d3abbdad9e77638eb43651 Mon Sep 17 00:00:00 2001 From: yum Date: Wed, 22 Jan 2025 21:05:22 -0800 Subject: Add LTCGI strength slider --- Editor/tooner.cs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Editor') 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; } -- cgit v1.2.3